summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov2008-03-212-3/+3
* | netlink: make socket filters work on netlinkStephen Hemminger2008-03-211-4/+23
* | [NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano2008-03-213-15/+20
* | [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-215-20/+25
* | [NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano2008-03-211-9/+35
* | [NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano2008-03-211-0/+1
* | [NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano2008-03-211-4/+28
* | [NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled inDaniel Lezcano2008-03-211-15/+38
* | [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-213-4/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-218-64/+116
|\ \ | |/
| * [IPV6] KCONFIG: Fix description about IPV6_TUNNEL.YOSHIFUJI Hideaki2008-03-201-2/+3
| * [TCP]: Fix shrinking windows with window scalingPatrick McHardy2008-03-201-1/+1
| * netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski2008-03-201-2/+4
| * bridge: use time_before() in br_fdb_cleanup()Fabio Checconi2008-03-201-1/+1
| * [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-202-57/+104
| * [NETFILTER]: ipt_recent: sanity check hit countDaniel Hokka Zakrisson2008-03-201-0/+2
| * [NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup()Roel Kluin2008-03-201-1/+1
* | [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.Robert P. J. Day2008-03-182-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-1830-136/+212
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-173-40/+64
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-1217-75/+126
| | |\
| | * | SVCRDMA: Fix erroneous BUG_ON in send_writeTom Tucker2008-03-121-1/+1
| | * | SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker2008-03-121-38/+58
| | * | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-071-1/+5
| | |\ \
| | | * | SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey2008-03-071-1/+5
| * | | | [IPV4]: esp_output() misannotationsAl Viro2008-03-171-1/+1
| * | | | [8021Q]: vlan_dev misannotationsAl Viro2008-03-171-1/+1
| * | | | [SUNRPC]: net/* NULL noiseAl Viro2008-03-171-1/+1
| * | | | [SCTP]: fix misannotated __sctp_rcv_asconf_lookup()Al Viro2008-03-171-1/+1
| * | | | [PKT_SCHED]: annotate cls_u32Al Viro2008-03-172-5/+5
| * | | | [NET] endianness noise: INADDR_ANYAl Viro2008-03-175-12/+13
| | |_|/ | |/| |
| * | | [SCTP]: Fix local_addr deletions during list traversals.Chidambar 'ilLogict' Zinnoury2008-03-113-3/+9
| * | | [TCP]: Prevent sending past receiver window with TSO (at last skb)Ilpo Järvinen2008-03-111-2/+10
| * | | [NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...Patrick McHardy2008-03-101-1/+1
| * | | [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0...Patrick McHardy2008-03-101-11/+4
| * | | [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 e...Patrick McHardy2008-03-101-14/+16
| * | | [NETFILTER]: nf_conntrack: replace horrible hack with ksize()Pekka Enberg2008-03-101-16/+3
| * | | [NETFILTER]: nf_conntrack: add \n to "expectation table full" messageAlexey Dobriyan2008-03-101-1/+1
| * | | [NETFILTER]: xt_time: fix failure to match on SundaysJan Engelhardt2008-03-101-2/+5
| * | | [NETFILTER]: nfnetlink_log: fix computation of netlink skb sizeEric Leblond2008-03-101-1/+1
| * | | [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb.Eric Leblond2008-03-101-1/+1
| * | | RxRPC: fix rxrpc_recvmsg()'s returning of msg_nameDavid Howells2008-03-051-1/+2
| * | | bluetooth: make bnep_sock_cleanup() return voidTobias Klauser2008-03-052-4/+2
| * | | bluetooth: Make hci_sock_cleanup() return voidTobias Klauser2008-03-051-3/+1
| * | | bluetooth: hci_core: defer hci_unregister_sysfs()Dave Young2008-03-051-2/+2
| * | | [SCTP]: Bring MAX_BURST socket option into ietf API extension complianceNeil Horman2008-03-051-13/+60
| * | | SCTP: Fix chunk parameter processing bugGui Jianfeng2008-03-051-0/+8
| |/ /
* | | the scheduled rc80211-simple.c removalAdrian Bunk2008-03-135-438/+1
* | | the scheduled ieee80211 softmac removalAdrian Bunk2008-03-1312-3176/+0
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-03-1132-944/+5773
|\ \ \
OpenPOWER on IntegriCloud