aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Linus Torvalds 2-6/+25
2010-05-24Revert "ath9k: Group Key fix for VAPs"Gravatar Linus Torvalds 1-1/+0
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 2-3/+73
2010-05-22sunrpc: Pushdown the bkl from sunrpc cache ioctlGravatar Frederic Weisbecker 1-3/+10
2010-05-22sunrpc: Pushdown the bkl from ioctlGravatar Frederic Weisbecker 1-3/+15
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-3/+3
2010-05-219p: add 9P2000.L rename operationGravatar Sripathi Kodi 1-0/+28
2010-05-219p: add 9P2000.L statfs operationGravatar Sripathi Kodi 1-0/+39
2010-05-219p: VFS switches for 9p2000.L: protocol and client changesGravatar Sripathi Kodi 2-3/+6
2010-05-21Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 504-8614/+27406
2010-05-21pipe: add support for shrinking and growing pipesGravatar Jens Axboe 1-17/+21
2010-05-21net: Expose all network devices in a namespaces in sysfsGravatar Eric W. Biederman 3-39/+6
2010-05-21netlink: Implment netlink_broadcast_filteredGravatar Eric W. Biederman 1-2/+19
2010-05-21net/sysfs: Fix the bitrot in network device kobject namespace supportGravatar Eric W. Biederman 2-13/+3
2010-05-21netns: Teach network device kobjects which namespace they are in.Gravatar Eric W. Biederman 2-0/+55
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 479-8140/+24624
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-35/+34
2010-05-19Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 20-322/+2408
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-4/+11
2010-05-19trans_virtio: use virtqueue_xxx wrappersGravatar Michael S. Tsirkin 1-3/+3
2010-05-18ipv6: Never schedule DAD timer on dead addressGravatar Herbert Xu 1-2/+8
2010-05-18ipv6: Use POSTDAD stateGravatar Herbert Xu 1-5/+24
2010-05-18ipv6: Use state_lock to protect ifa stateGravatar Herbert Xu 1-4/+23
2010-05-18ipv6: Replace inet6_ifaddr->dead with stateGravatar Herbert Xu 1-7/+9
2010-05-18bridge: fix build for CONFIG_SYSFS disabledGravatar Randy Dunlap 1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 48-131/+0
2010-05-17net sched: cleanup and rate limit warningGravatar stephen hemminger 1-3/+6
2010-05-17pfkey: add severity to printkGravatar stephen hemminger 1-5/+5
2010-05-17xfrm: add severity to printkGravatar stephen hemminger 1-5/+7
2010-05-17net sched: printk message severityGravatar stephen hemminger 8-28/+33
2010-05-17net/caif: Use kzallocGravatar Julia Lawall 2-4/+2
2010-05-17sctp: fix append error cause to ERROR chunk correctlyGravatar Wei Yongjun 1-2/+2
2010-05-17net: Add netlink support for virtual port management (was iovnl)Gravatar Scott Feldman 1-1/+168
2010-05-17net: Introduce skb_tunnel_rx() helperGravatar Eric Dumazet 6-34/+14
2010-05-17tcp: tcp_synack_options() fix Gravatar Eric Dumazet 1-5/+4
2010-05-17ipv6: fix the bug of address checkGravatar Stephen Hemminger 1-7/+8
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 6-8/+147
2010-05-17net_sched: sch_hfsc: fix classification loopsGravatar Patrick McHardy 1-1/+5
2010-05-17tbf: stop wanton destruction of children (v2)Gravatar stephen hemminger 1-1/+5
2010-05-17net: Remove unnecessary semicolons after switch statementsGravatar Joe Perches 7-11/+12
2010-05-17X25: Remove bkl in sockoptsGravatar andrew hendry 1-4/+0
2010-05-17X25: Move accept approve flag to bitfieldGravatar andrew hendry 1-6/+6
2010-05-17X25: Move interrupt flag to bitfieldGravatar andrew hendry 3-3/+5
2010-05-17X25: Move qbit flag to bitfieldGravatar andrew hendry 1-7/+10
2010-05-17net: No dst refcounting in ip_queue_xmit()Gravatar Eric Dumazet 1-2/+7
2010-05-17net: Use ip_route_input_noref() in input pathGravatar Eric Dumazet 3-5/+5
2010-05-17net: implements ip_route_input_noref()Gravatar Eric Dumazet 1-5/+10