summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* [SOCK]: Adds a rcu_dereference() in sk_filterEric Dumazet2008-01-091-1/+1
* [XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet2008-01-091-1/+6
* [NET]: Clone the sk_buff 'iif' field in __skb_clone()Paul Moore2008-01-091-1/+0Star
* [SCTP]: Fix the name of the authentication event.Vlad Yasevich2008-01-091-1/+1
* [VETH]: move veth.h to include/linuxStephen Hemminger2007-12-271-12/+0Star
* [NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibilityPatrick McHardy2007-12-271-0/+1
* [NET] include/net/: Spelling fixesJoe Perches2007-12-204-6/+6
* [SCTP]: Fix the bind_addr info during migration.Vlad Yasevich2007-12-071-0/+3
* [IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev2007-12-071-1/+0Star
* SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich2007-11-291-3/+6
* [IPV4]: Fix memory leak in inet_hashtables.h when NUMA is onPavel Emelyanov2007-11-261-2/+1Star
* Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller2007-11-211-0/+8
|\
| * ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain2007-11-201-0/+8
* | [TCP] MTUprobe: fix potential sk_send_head corruptionIlpo Järvinen2007-11-201-0/+3
* | [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman2007-11-201-28/+0Star
* | [IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman2007-11-201-2/+0Star
* | [IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger2007-11-201-4/+0Star
* | [TCP]: Fix TCP header misalignmentHerbert Xu2007-11-191-0/+3
|/
* [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov2007-11-151-17/+1Star
* [TCP]: Fix size calculation in sk_stream_alloc_pskbHerbert Xu2007-11-151-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-131-1/+1
* [INET]: Remove leftover prototypes from include/net/inet_common.hArnaldo Carvalho de Melo2007-11-131-4/+0Star
* Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lks...David S. Miller2007-11-134-13/+18
|\
| * SCTP: Clean-up some defines for regressions tests.Vlad Yasevich2007-11-091-1/+0Star
| * 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/+0Star
| * SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich2007-11-071-3/+1Star
| * SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-074-2/+6
* | [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-111-0/+3
* | [AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2007-11-111-1/+1
* | mac80211: remove unused driver opsJohannes Berg2007-11-111-21/+0Star
* | mac80211: allow driver to ask for a rate control algorithmJohannes Berg2007-11-111-0/+5
* | [NET]: Make helper to get dst entry and "use" itPavel Emelyanov2007-11-111-0/+7
* | [INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.hEric Dumazet2007-11-111-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/+6Star
* [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/+0Star
* SCTP endianness annotations regressionAl Viro2007-10-291-1/+1
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-271-2/+0Star
* [SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk2007-10-261-1/+0Star
* [SCTP]: #if 0 sctp_update_copy_cksum()Adrian Bunk2007-10-261-1/+0Star