aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov2007-11-151-17/+1
* [TCP]: Fix size calculation in sk_stream_alloc_pskbHerbert Xu2007-11-141-4/+6
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-131-0/+2
* [INET]: Use list_head-s in inetpeer.cPavel Emelyanov2007-11-121-1/+1
* [INET]: Remove leftover prototypes from include/net/inet_common.hArnaldo Carvalho de Melo2007-11-121-4/+0
* Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lks...David S. Miller2007-11-124-13/+18
|\
| * SCTP: Clean-up some defines for regressions tests.Vlad Yasevich2007-11-091-1/+0
| * SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich2007-11-091-0/+2
| * SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-092-6/+7
| * SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich2007-11-071-0/+2
| * SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich2007-11-071-1/+0
| * SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich2007-11-071-3/+1
| * SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-074-2/+6
* | [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-0/+3
* | [AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2007-11-101-1/+1
* | mac80211: remove unused driver opsJohannes Berg2007-11-101-21/+0
* | mac80211: allow driver to ask for a rate control algorithmJohannes Berg2007-11-101-0/+5
* | [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-101-0/+7
* | [INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.hEric Dumazet2007-11-101-0/+1
|/
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-071-6/+65
* [IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski2007-11-071-0/+4
* [IPVS]: Bind connections on stanby if the destination existsRumen G. Bogdanovski2007-11-071-0/+4
* [IPV4]: Compact some ifdefs in the fib code.Pavel Emelyanov2007-11-071-9/+6
* [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...Eric Dumazet2007-11-071-6/+57
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+1
* [NET]: Relax the reference counting of init_net_nsPavel Emelyanov2007-11-011-8/+25
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Move the sock_copy() from the headerPavel Emelyanov2007-11-011-14/+0
* SCTP endianness annotations regressionAl Viro2007-10-291-1/+1
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-261-2/+0
* [SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk2007-10-261-1/+0
* [SCTP]: #if 0 sctp_update_copy_cksum()Adrian Bunk2007-10-261-1/+0
* [IRDA]: Make ircomm_tty static.Adrian Bunk2007-10-261-1/+0
* [NET_CLS_ACT]: Introduce skb_act_cloneJamal Hadi Salim2007-10-261-0/+15
* [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-252-6/+7
* [NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov2007-10-231-0/+2
* [TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update()Chuck Lever2007-10-231-1/+1
* [Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann2007-10-221-0/+1
* [Bluetooth] Fall back to L2CAP in basic modeMarcel Holtmann2007-10-221-0/+13
* [Bluetooth] Retrieve L2CAP features mask on connection setupMarcel Holtmann2007-10-221-2/+12
* [Bluetooth] Remove global conf_mtu variable from L2CAPMarcel Holtmann2007-10-221-5/+5
* [Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2007-10-222-257/+359
* Spelling fix: explicitlyJean Delvare2007-10-191-2/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-2/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-1/+2
* [IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2007-10-171-3/+3
* [IPSEC]: Add missing BEET checksHerbert Xu2007-10-171-0/+6
* [IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu2007-10-171-6/+2
* [IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu2007-10-171-1/+1