aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches2010-05-311-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-313-16/+5
|\
| * netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-313-12/+5
| * netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng2010-05-311-4/+0
* | net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-313-10/+32
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-3119-105/+232
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-2811-27/+70
| |\
| * \ Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-6/+6
| |\ \
| | * \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-2112-80/+215
| | |\ \
| | * \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-182-6/+58
| | |\ \ \
| | * | | | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-6/+6
| * | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-05-271-11/+18
| |\ \ \ \ \
| | * | | | | sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields2010-05-261-11/+18
| * | | | | | iucv: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-4/+5
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-2523-199/+222
| |\ \ \ \ \
| * | | | | | sunrpc: use formatting of module name in SUNRPCAlex Riesen2010-05-251-4/+1
| * | | | | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-255-8/+8
| * | | | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-242-6/+25
| |\ \ \ \ \ \
| | * | | | | | sunrpc: Pushdown the bkl from sunrpc cache ioctlFrederic Weisbecker2010-05-221-3/+10
| | * | | | | | sunrpc: Pushdown the bkl from ioctlFrederic Weisbecker2010-05-221-3/+15
| | | |_|_|/ / | | |/| | | |
| * | | | | | Revert "ath9k: Group Key fix for VAPs"Linus Torvalds2010-05-241-1/+0
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-05-242-3/+73
| |\ \ \ \ \ \
| | * | | | | | 9p: add 9P2000.L rename operationSripathi Kodi2010-05-211-0/+28
| | * | | | | | 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-211-0/+39
| | * | | | | | 9p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi2010-05-212-3/+6
| * | | | | | | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-211-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-3/+3
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-21504-8614/+27406
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | net: Expose all network devices in a namespaces in sysfsEric W. Biederman2010-05-213-39/+6
| | * | | | | | netlink: Implment netlink_broadcast_filteredEric W. Biederman2010-05-211-2/+19
| | * | | | | | net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman2010-05-212-13/+3
| | * | | | | | netns: Teach network device kobjects which namespace they are in.Eric W. Biederman2010-05-212-0/+55
| | * | | | | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-1/+1
| * | | | | | | pipe: add support for shrinking and growing pipesJens Axboe2010-05-211-17/+21
* | | | | | | | net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-293-2/+10
* | | | | | | | Phonet: listening socket lock protects the connected socket listRĂ©mi Denis-Courmont2010-05-291-3/+3
* | | | | | | | caif: unlock on error path in cfserl_receive()Dan Carpenter2010-05-291-2/+4
* | | | | | | | net/rds: Add missing mutex_unlockJulia Lawall2010-05-292-0/+2
* | | | | | | | skb: make skb_recycle_check() return a bool valueChangli Gao2010-05-291-6/+6
* | | | | | | | IPv6: fix Mobile IPv6 regressionBrian Haley2010-05-281-1/+1
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-281-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | mac80211: make a function staticJohannes Berg2010-05-281-1/+1
* | | | | | | | netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman2010-05-281-5/+6
* | | | | | | | netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman2010-05-281-6/+9
* | | | | | | | xt_tee: use skb_dst_drop()Eric Dumazet2010-05-281-2/+2
* | | | | | | | ipv6: Add GSO support on forwarding pathHerbert Xu2010-05-281-1/+1
* | | | | | | | net: fix __neigh_event_send()Eric Dumazet2010-05-281-0/+1
* | | | | | | | net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-274-10/+48
* | | | | | | | net/iucv: Add missing spin_unlockJulia Lawall2010-05-261-1/+1
* | | | | | | | ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2010-05-262-2/+2
| |_|_|_|/ / / |/| | | | | |