aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAREric Dumazet2007-11-131-1/+1
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-133-5/+5
* [NET]: Cleanup pernet operation without CONFIG_NET_NSDenis V. Lunev2007-11-131-0/+18
* [NETFILTER]: bridge: fix double POSTROUTING hook invocationPatrick McHardy2007-11-131-0/+3
* [NETFILTER]: Consolidate nf_sockopt and compat_nf_sockoptPavel Emelyanov2007-11-131-62/+44
* [NETFILTER]: nf_nat: fix memset errorLi Zefan2007-11-131-1/+1
* [INET]: Use list_head-s in inetpeer.cPavel Emelyanov2007-11-121-27/+15
* [IPVS]: Remove unused exports.Adrian Bunk2007-11-122-2/+0
* [NET]: Unexport sysctl_{r,w}mem_max.Adrian Bunk2007-11-121-4/+0
* [AF_PACKET]: Fix minor code duplicationUrs Thuermann2007-11-121-11/+5
* Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lks...David S. Miller2007-11-1215-181/+202
|\
| * Fix memory leak in discard case of sctp_sf_abort_violation()Jesper Juhl2007-11-121-5/+5
| * SCTP: Always flush the queue when uncorcking.Vlad Yasevich2007-11-091-3/+2
| * SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunksVlad Yasevich2007-11-091-1/+1
| * SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich2007-11-091-74/+75
| * SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-095-47/+25
| * SCTP: Use hashed lookup when looking for an association.Vlad Yasevich2007-11-091-12/+22
| * SCTP: Fix a potential race between timers and receive path.Vlad Yasevich2007-11-071-0/+4
| * SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich2007-11-074-3/+19
| * SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich2007-11-072-3/+4
| * SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich2007-11-073-12/+9
| * SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-074-20/+30
| * SCTP : Fix to process bundled ASCONF chunk correctlyWei Yongjun2007-11-071-2/+6
| * SCTP : Fix bad formatted comment in outqueue.cWei Yongjun2007-11-071-1/+2
* | [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-122-2/+8
* | [IPV6]: Add ifindex field to ND user option messages.Pierre Ynard2007-11-121-0/+1
* | [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-104-64/+59
* | [NETNS]: init dev_base_lock only onceAlexey Dobriyan2007-11-101-1/+0
* | [UNIX]: The unix_nr_socks limit can be exceededPavel Emelyanov2007-11-101-3/+4
* | [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacksPavel Emelyanov2007-11-101-11/+9
* | [AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2007-11-102-4/+4
* | [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bondedPeter P Waskiewicz Jr2007-11-101-2/+2
* | mac80211: fix MAC80211_RCSIMPLE KconfigJohannes Berg2007-11-101-2/+2
* | mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville2007-11-103-6/+16
* | mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMTJohannes Berg2007-11-103-15/+21
* | mac80211: remove unused driver opsJohannes Berg2007-11-101-6/+1
* | mac80211: remove ieee80211_common.hJohannes Berg2007-11-101-91/+0
* | rfkill: Fix sparse warningMichael Buesch2007-11-101-0/+4
* | rfkill: Use mutex_lock() at register and add sanity checkMichael Buesch2007-11-101-11/+9
* | mac80211: allow driver to ask for a rate control algorithmJohannes Berg2007-11-101-1/+2
* | mac80211: don't allow registering the same rate control twiceJohannes Berg2007-11-101-1/+10
* | rfkill: Use subsys_initcallMichael Buesch2007-11-101-1/+1
* | mac80211: make simple rate control algorithm built-inJohannes Berg2007-11-106-27/+42
* | rfkill: Register LED triggers before registering switchMichael Buesch2007-11-101-5/+6
* | softmac: fix wext MLME request reason code endiannessJohannes Berg2007-11-101-1/+1
* | [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first se...Radu Rendec2007-11-101-11/+1
* | [VLAN]: Allow setting mac address while device is upPatrick McHardy2007-11-103-0/+28
* | [VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy2007-11-101-0/+4
* | [INET]: Cleanup the xfrm4_tunnel_(un)registerPavel Emelyanov2007-11-101-4/+7
* | [INET]: Add missed tunnel64_err handlerPavel Emelyanov2007-11-101-1/+12