aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-26[IPV4]: Fix memory leak in inet_hashtables.h when NUMA is onPavel Emelyanov1-2/+1
2007-11-20Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+8
2007-11-20ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain1-0/+8
2007-11-19[TCP] MTUprobe: fix potential sk_send_head corruptionIlpo Järvinen1-0/+3
2007-11-19[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman1-28/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman1-2/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger1-4/+0
2007-11-18[TCP]: Fix TCP header misalignmentHerbert Xu1-0/+3
2007-11-15[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov1-17/+1
2007-11-14[TCP]: Fix size calculation in sk_stream_alloc_pskbHerbert Xu1-4/+6
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev1-0/+2
2007-11-12[INET]: Use list_head-s in inetpeer.cPavel Emelyanov1-1/+1
2007-11-12[INET]: Remove leftover prototypes from include/net/inet_common.hArnaldo Carvalho de Melo1-4/+0
2007-11-12Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller4-13/+18
2007-11-10[INET]: Small possible memory leak in FIB rulesDenis V. Lunev1-0/+3
2007-11-10[AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov1-1/+1
2007-11-10mac80211: remove unused driver opsJohannes Berg1-21/+0
2007-11-10mac80211: allow driver to ask for a rate control algorithmJohannes Berg1-0/+5
2007-11-10[NET]: Make helper to get dst entry and "use" itPavel Emelyanov1-0/+7
2007-11-10[INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.hEric Dumazet1-0/+1
2007-11-09SCTP: Clean-up some defines for regressions tests.Vlad Yasevich1-1/+0
2007-11-09SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich1-0/+2
2007-11-09SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2-6/+7
2007-11-07SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich1-0/+2
2007-11-07SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich1-1/+0
2007-11-07SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich1-3/+1
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich4-2/+6
2007-11-07[INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet1-6/+65
2007-11-07[IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski1-0/+4
2007-11-07[IPVS]: Bind connections on stanby if the destination existsRumen G. Bogdanovski1-0/+4
2007-11-07[IPV4]: Compact some ifdefs in the fib code.Pavel Emelyanov1-9/+6
2007-11-07[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way.Eric Dumazet1-6/+57
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-11-01[NET]: Relax the reference counting of init_net_nsPavel Emelyanov1-8/+25
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-11-01[NET]: Move the sock_copy() from the headerPavel Emelyanov1-14/+0
2007-10-29SCTP endianness annotations regressionAl Viro1-1/+1
2007-10-26[NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman1-2/+0
2007-10-26[SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk1-1/+0
2007-10-26[SCTP]: #if 0 sctp_update_copy_cksum()Adrian Bunk1-1/+0
2007-10-26[IRDA]: Make ircomm_tty static.Adrian Bunk1-1/+0
2007-10-26[NET_CLS_ACT]: Introduce skb_act_cloneJamal Hadi Salim1-0/+15
2007-10-25[UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2-6/+7
2007-10-23[NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov1-0/+2
2007-10-23[TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update()Chuck Lever1-1/+1
2007-10-22[Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann1-0/+1
2007-10-22[Bluetooth] Fall back to L2CAP in basic modeMarcel Holtmann1-0/+13
2007-10-22[Bluetooth] Retrieve L2CAP features mask on connection setupMarcel Holtmann1-2/+12
2007-10-22[Bluetooth] Remove global conf_mtu variable from L2CAPMarcel Holtmann1-5/+5
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2-257/+359