aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] net/sunrpc/svcsock.c: fix a checkAdrian Bunk2007-04-041-2/+2
* [PATCH] net: Ignore sysfs network device rename bugs.Eric W. Biederman2007-04-041-7/+4
* [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-261-1/+0
|/ /
* | [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-251-2/+2
* | [NET_SCHED]: cls_basic: fix NULL pointer dereferencePatrick McHardy2007-03-251-9/+7
* | [DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2007-03-252-2/+1
* | [IPV6]: Fix routing round-robin locking.David S. Miller2007-03-252-38/+67
* | [DECNet] fib: Fix out of bound access of dn_fib_props[]Thomas Graf2007-03-251-1/+4
* | [IPv4] fib: Fix out of bound access of fib_props[]Thomas Graf2007-03-252-1/+6
* | [NET] AX.25 Kconfig and docs updates and fixesRalf Baechle2007-03-251-25/+36
* | [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-252-13/+10
* | [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-254-24/+47
|/
* [PATCH] fix typos in net/ieee80211/KconfigPatrick Ringl2007-03-241-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
* [NET]: fix up misplaced inlines.Dave Jones2007-03-228-12/+12
* [SCTP]: Correctly reset ssthresh when restarting associationVlad Yasevich2007-03-221-1/+1
* [BRIDGE]: Fix fdb RCU racePatrick McHardy2007-03-221-2/+2
* [NET]: Fix fib_rules dump racePatrick McHardy2007-03-221-1/+1
* [XFRM]: ipsecv6 needs a space when printing audit record.Joy Latten2007-03-201-1/+1
* [X25] x25_forward_call(): fix NULL dereferencesAdrian Bunk2007-03-201-43/+45
* [SCTP]: Reset some transport and association variables on restartVlad Yasevich2007-03-202-0/+41
* [SCTP]: Increment error counters on user requested HBs.Vlad Yasevich2007-03-201-2/+18
* [SCTP]: Clean up stale data during association restartVlad Yasevich2007-03-202-1/+7
* [IrDA]: Calling ppp_unregister_channel() from process contextSamuel Ortiz2007-03-202-10/+26
* [IrDA]: irttp_dup spin_lock initialisationG. Liakhovetski2007-03-201-0/+1
* [IPV6]: ipv6_fl_socklist is inadvertently shared.Masayuki Nakagawa2007-03-161-0/+1
* [TCP]: Fix tcp_mem[] initialization.John Heffner2007-03-161-3/+10
* [NET]: Copy mac_len in skb_clone() as wellAlexey Dobriyan2007-03-161-0/+1
* [IPV4]: Do not disable preemption in trie_leaf_remove().Robert Olsson2007-03-161-2/+0
* [XFRM]: Fix missing protocol comparison of larval SAs.Joy Latten2007-03-121-2/+4
* [WANROUTER]: Delete superfluous source file "net/wanrouter/af_wanpipe.c".Robert P. J. Day2007-03-121-2600/+0
* [IPV4]: Fix warning in ip_mc_rejoin_group.Geert Uytterhoeven2007-03-121-1/+1
* [ROSE]: Socket locking is a great invention.Ralf Baechle2007-03-121-28/+50