summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-141-4/+12
|\
| * [SUNRPC]: Make sure on-stack cmsg buffer is properly aligned.David S. Miller2007-04-121-4/+12
* | [NETFILTER] arp_tables: Fix unaligned accesses.David S. Miller2007-04-141-7/+3Star
* | [IPV6] SNMP: Fix {In,Out}NoRoutes statistics.YOSHIFUJI Hideaki2007-04-141-11/+20
* | [IPSEC] XFRM_USER: kernel panic when large security contexts in ACQUIREJoy Latten2007-04-141-4/+3Star
* | [VLAN]: Allow VLAN interface on top of bridge interfaceJerome Borsboom2007-04-141-0/+3
* | [PKTGEN]: Add try_to_freeze()Andrew Morton2007-04-121-0/+3
* | [NETFILTER]: ipt_ULOG: use put_unalignedPatrick McHardy2007-04-121-3/+4
|/
* [NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry functionJaroslav Kysela2007-04-101-2/+0Star
* [TCP]: slow_start_after_idle should influence cwnd validation tooDavid S. Miller2007-04-091-1/+2
* [NET_SCHED]: cls_tcindex: fix compatibility breakagePatrick McHardy2007-04-091-2/+2
* [IPV6]: Revert recent change to rt6_check_dev().David S. Miller2007-04-061-14/+5Star
* [XFRM]: beet: fix IP option decapsulationPatrick McHardy2007-04-061-1/+4
* [XFRM]: beet: fix beet mode decapsulationPatrick McHardy2007-04-061-7/+7
* [XFRM]: beet: use IPOPT_NOP for option paddingPatrick McHardy2007-04-061-0/+2
* [XFRM]: beet: fix IP option encapsulationPatrick McHardy2007-04-061-3/+2Star
* [IPSEC]: Reject packets within replay window but outside the bit maskHerbert Xu2007-04-051-1/+2
* [IPv6]: Exclude truncated packets from InHdrErrors statisticsMitsuru Chinen2007-04-051-4/+4
* [APPLETALK]: Fix a remotely triggerable crashJean Delvare2007-04-051-2/+5
* [PATCH] net/sunrpc/svcsock.c: fix a checkAdrian Bunk2007-04-051-2/+2
* [PATCH] net: Ignore sysfs network device rename bugs.Eric W. Biederman2007-04-041-7/+4Star
* [TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS.John Heffner2007-04-021-0/+3
* [IPv6]: Fix incorrect length check in rawv6_sendmsg()YOSHIFUJI Hideaki2007-04-022-3/+3
* [NET_SCHED]: cls_basic: fix memory leak in basic_destroyPatrick McHardy2007-04-021-0/+1
* [NET]: Change "not found" return value for rule lookupSteven Whitehouse2007-04-021-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-293-6/+6
|\
| * [IFB]: Fix crash on input device removalPatrick McHardy2007-03-293-6/+6
* | [PATCH] bluetooth hid quirks: mightymouse quirkJiri Kosina2007-03-291-0/+23
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-281-1/+3
|\
| * [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOVArnaldo Carvalho de Melo2007-03-281-1/+3
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-282-33/+52
|\ \ | |/ |/|
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-03-282-33/+52
| |\
| | * [PATCH] WE-22 : prevent information leak on 64 bitJean Tourrilhes2007-03-272-33/+52
* | | [IPV6]: Set IF_READY if the device is up and has carrierHerbert Xu2007-03-271-0/+3
* | | [NET_SCHED]: sch_htb/sch_hfsc: fix oops in qlen_notifyPatrick McHardy2007-03-272-4/+6
* | | [NET]: Remove dead net/sched/Makefile entry for sch_hpfq.o.Robert P. J. Day2007-03-271-1/+0Star
|/ /
* | [IPV4] fib_trie: Document locking.Robert Olsson2007-03-261-0/+9
* | [NET]: Correct accept(2) recovery after sock_attach_fd()Alexey Dobriyan2007-03-261-1/+6
* | [NET_SCHED]: Fix ingress lockingPatrick McHardy2007-03-261-2/+2
* | [NET_SCHED]: cls_basic: fix NULL pointer dereferencePatrick McHardy2007-03-261-9/+7Star
* | [DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2007-03-262-2/+1Star
* | [IPV6]: Fix routing round-robin locking.David S. Miller2007-03-262-38/+67
* | [DECNet] fib: Fix out of bound access of dn_fib_props[]Thomas Graf2007-03-261-1/+4
* | [IPv4] fib: Fix out of bound access of fib_props[]Thomas Graf2007-03-262-1/+6
* | [NET] AX.25 Kconfig and docs updates and fixesRalf Baechle2007-03-261-25/+36
* | [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-262-13/+10Star
* | [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-264-24/+47
|/
* [PATCH] fix typos in net/ieee80211/KconfigPatrick Ringl2007-03-251-3/+3
* [NETFILTER]: nat: avoid rerouting packets if only XFRM policy key changedPatrick McHardy2007-03-222-12/+17
* [NETFILTER]: nf_conntrack_netlink: add missing dependency on NF_NATPatrick McHardy2007-03-221-0/+1