aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-15[NETFILTER]: Fix NULL pointer dereference in nf_nat_move_storage()Evgeniy Polyakov1-1/+1
2007-11-15[NETFILTER]: fix compat_nf_sockopt typoPatrick McHardy1-3/+3
2007-11-15[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov1-0/+35
2007-11-14Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-1/+9
2007-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-5/+21
2007-11-14sunrpc/xprtrdma/transport.c: fix use-after-freeAdrian Bunk1-1/+1
2007-11-14mac80211: Fix queuing of scan containing a SSIDHelmut Schaa2-1/+9
2007-11-14[NET]: rt_check_expire() can take a long time, add a cond_resched()Eric Dumazet1-0/+3
2007-11-14[TCP] FRTO: Clear frto_highmark only after process_frto that uses itIlpo Järvinen1-2/+2
2007-11-14[NET]: Remove notifier block from chain when register_netdevice_notifier failsPavel Emelyanov1-0/+2
2007-11-14[TCP]: Make sure write_queue_from does not begin with NULL ptrIlpo Järvinen1-0/+5
2007-11-13[TCP] FRTO: Plug potential LOST-bit leakIlpo Järvinen1-1/+3
2007-11-13[TCP] FRTO: Limit snd_cwnd if TCP was application limitedIlpo Järvinen1-0/+3
2007-11-13[PKT_SCHED]: Check subqueue status before calling hard_start_xmitPeter P Waskiewicz Jr1-2/+3
2007-11-13[NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAREric Dumazet1-1/+1
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev3-5/+5
2007-11-13[NET]: Cleanup pernet operation without CONFIG_NET_NSDenis V. Lunev1-0/+18
2007-11-13[NETFILTER]: bridge: fix double POSTROUTING hook invocationPatrick McHardy1-0/+3
2007-11-13[NETFILTER]: Consolidate nf_sockopt and compat_nf_sockoptPavel Emelyanov1-62/+44
2007-11-13[NETFILTER]: nf_nat: fix memset errorLi Zefan1-1/+1
2007-11-12[INET]: Use list_head-s in inetpeer.cPavel Emelyanov1-27/+15
2007-11-12[IPVS]: Remove unused exports.Adrian Bunk2-2/+0
2007-11-12[NET]: Unexport sysctl_{r,w}mem_max.Adrian Bunk1-4/+0
2007-11-12[AF_PACKET]: Fix minor code duplicationUrs Thuermann1-11/+5
2007-11-12Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller15-181/+202
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2-2/+8
2007-11-12[IPV6]: Add ifindex field to ND user option messages.Pierre Ynard1-0/+1
2007-11-12Fix memory leak in discard case of sctp_sf_abort_violation()Jesper Juhl1-5/+5
2007-11-10[INET]: Small possible memory leak in FIB rulesDenis V. Lunev4-64/+59
2007-11-10[NETNS]: init dev_base_lock only onceAlexey Dobriyan1-1/+0
2007-11-10[UNIX]: The unix_nr_socks limit can be exceededPavel Emelyanov1-3/+4
2007-11-10[AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacksPavel Emelyanov1-11/+9
2007-11-10[AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2-4/+4
2007-11-10[AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bondedPeter P Waskiewicz Jr1-2/+2
2007-11-10mac80211: fix MAC80211_RCSIMPLE KconfigJohannes Berg1-2/+2
2007-11-10mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville3-6/+16
2007-11-10mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMTJohannes Berg3-15/+21
2007-11-10mac80211: remove unused driver opsJohannes Berg1-6/+1
2007-11-10mac80211: remove ieee80211_common.hJohannes Berg1-91/+0
2007-11-10rfkill: Fix sparse warningMichael Buesch1-0/+4
2007-11-10rfkill: Use mutex_lock() at register and add sanity checkMichael Buesch1-11/+9
2007-11-10mac80211: allow driver to ask for a rate control algorithmJohannes Berg1-1/+2
2007-11-10mac80211: don't allow registering the same rate control twiceJohannes Berg1-1/+10
2007-11-10rfkill: Use subsys_initcallMichael Buesch1-1/+1
2007-11-10mac80211: make simple rate control algorithm built-inJohannes Berg6-27/+42
2007-11-10rfkill: Register LED triggers before registering switchMichael Buesch1-5/+6
2007-11-10softmac: fix wext MLME request reason code endiannessJohannes Berg1-1/+1
2007-11-10[PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first set bit.Radu Rendec1-11/+1
2007-11-10[VLAN]: Allow setting mac address while device is upPatrick McHardy3-0/+28
2007-11-10[VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy1-0/+4