Commit Graph

6366 Commits (92d499d991ec4f5cbd00d6f33967eab9d3ee8d6c)

Author SHA1 Message Date
Pavel Emelyanov c67625a1ec [NET]: Remove notifier block from chain when register_netdevice_notifier fails 17 years ago
Ilpo Järvinen 96a2d41a3e [TCP]: Make sure write_queue_from does not begin with NULL ptr 17 years ago
Ilpo Järvinen 23aeeec365 [TCP] FRTO: Plug potential LOST-bit leak 17 years ago
Ilpo Järvinen 746aa32d28 [TCP] FRTO: Limit snd_cwnd if TCP was application limited 17 years ago
Peter P Waskiewicz Jr 5f1a485d59 [PKT_SCHED]: Check subqueue status before calling hard_start_xmit 17 years ago
Eric Dumazet 53756524e4 [NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAR 17 years ago
Denis V. Lunev 022cbae611 [NET]: Move unneeded data to initdata section. 17 years ago
Denis V. Lunev ed160e839d [NET]: Cleanup pernet operation without CONFIG_NET_NS 17 years ago
Patrick McHardy 81d9ddae85 [NETFILTER]: bridge: fix double POSTROUTING hook invocation 17 years ago
Pavel Emelyanov 4ce5ba6aec [NETFILTER]: Consolidate nf_sockopt and compat_nf_sockopt 17 years ago
Li Zefan e0bf9cf15f [NETFILTER]: nf_nat: fix memset error 17 years ago
Pavel Emelyanov d71209ded2 [INET]: Use list_head-s in inetpeer.c 17 years ago
Adrian Bunk 22649d1afb [IPVS]: Remove unused exports. 17 years ago
Adrian Bunk 6aed42159d [NET]: Unexport sysctl_{r,w}mem_max. 17 years ago
Urs Thuermann be85d4ad8a [AF_PACKET]: Fix minor code duplication 17 years ago
Trond Myklebust 91cf45f02a [NET]: Add the helper kernel_sock_shutdown() 17 years ago
Pierre Ynard dbb2ed2485 [IPV6]: Add ifindex field to ND user option messages. 17 years ago
Jesper Juhl 9abed245a6 Fix memory leak in discard case of sctp_sf_abort_violation() 17 years ago
Denis V. Lunev 2994c63863 [INET]: Small possible memory leak in FIB rules 17 years ago
Alexey Dobriyan 33d36bb83c [NETNS]: init dev_base_lock only once 17 years ago
Pavel Emelyanov 284b327be2 [UNIX]: The unix_nr_socks limit can be exceeded 17 years ago
Pavel Emelyanov 5c80f1ae98 [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacks 17 years ago
Pavel Emelyanov 9305cfa444 [AF_UNIX]: Make unix_tot_inflight counter non-atomic 17 years ago
Peter P Waskiewicz Jr 8032b46489 [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded 17 years ago
Johannes Berg d52a60ad38 mac80211: fix MAC80211_RCSIMPLE Kconfig 17 years ago
John W. Linville 7f3ad8943e mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG 17 years ago
Johannes Berg 5b98b1f7da mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMT 17 years ago
Johannes Berg 56db6c52bb mac80211: remove unused driver ops 17 years ago
Johannes Berg 8636bf6513 mac80211: remove ieee80211_common.h 17 years ago
Michael Buesch 2736622344 rfkill: Fix sparse warning 17 years ago
Michael Buesch 7319f1e6bc rfkill: Use mutex_lock() at register and add sanity check 17 years ago
Johannes Berg 830f903866 mac80211: allow driver to ask for a rate control algorithm 17 years ago
Johannes Berg 999acd9c33 mac80211: don't allow registering the same rate control twice 17 years ago
Michael Buesch 2bf236d55e rfkill: Use subsys_initcall 17 years ago
Johannes Berg ac71c691e6 mac80211: make simple rate control algorithm built-in 17 years ago
Michael Buesch 8a8f1c0437 rfkill: Register LED triggers before registering switch 17 years ago
Johannes Berg 94e10bfb8a softmac: fix wext MLME request reason code endianness 17 years ago
Radu Rendec b226801676 [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first set bit. 17 years ago
Patrick McHardy 39aaac114e [VLAN]: Allow setting mac address while device is up 17 years ago
Patrick McHardy d932e04a5e [VLAN]: Don't synchronize addresses while the vlan device is down 17 years ago
Pavel Emelyanov 358352b8b8 [INET]: Cleanup the xfrm4_tunnel_(un)register 17 years ago
Pavel Emelyanov 99f933263a [INET]: Add missed tunnel64_err handler 17 years ago
Pavel Emelyanov c2b42336f4 [IPX]: Use existing sock refcnt debugging infrastructure 17 years ago
Pavel Emelyanov 17ab56a260 [PACKET]: Use existing sock refcnt debugging infrastructure 17 years ago
Joe Perches e9671fcb3b [NET]: Fix infinite loop in dev_mc_unsync(). 17 years ago
Pavel Emelyanov 03f49f3457 [NET]: Make helper to get dst entry and "use" it 17 years ago
Pavel Emelyanov b1667609cd [IPV4]: Remove bugus goto-s from ip_route_input_slow 17 years ago
Ilpo Järvinen fbd52eb2bd [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug) 17 years ago
Ilpo Järvinen e49aa5d456 [TCP]: Add unlikely() to sacktag out-of-mem in fragment case 17 years ago
Ilpo Järvinen c7caf8d3ed [TCP]: Fix reord detection due to snd_una covered holes 17 years ago