summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki2008-01-281-0/+8
* [IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller2008-01-281-1/+0Star
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-1/+2
* [IPSEC]: Add async resume support on inputHerbert Xu2008-01-281-0/+1
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-281-1/+0Star
* [IPSEC]: Make x->lastused an unsigned longHerbert Xu2008-01-281-1/+1
* [IPSEC]: Merge most of the input pathHerbert Xu2008-01-281-0/+22
* [IPSEC]: Add async resume support on outputHerbert Xu2008-01-281-0/+1
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-282-0/+2
* [IPV6]: Add ip6_local_outHerbert Xu2008-01-281-0/+3
* [IPV4]: Add ip_local_outHerbert Xu2008-01-282-3/+4
* [IPSEC]: Separate inner/outer mode processing on inputHerbert Xu2008-01-281-0/+27
* [IPSEC]: Separate inner/outer mode processing on outputHerbert Xu2008-01-281-1/+50
* [INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu2008-01-281-4/+4
* [IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu2008-01-281-7/+4Star
* [IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu2008-01-281-7/+3Star
* [IPSEC]: Replace x->type->{local,remote}_addr with flagsHerbert Xu2008-01-281-2/+2
* [NET]: Remove unnecessary inclusion of dst.hHerbert Xu2008-01-281-1/+1
* [NET]: Eliminate duplicate copies of dst_discardHerbert Xu2008-01-281-0/+1
* [IPV6]: Move nfheader_len into rt6_infoHerbert Xu2008-01-282-4/+8
* [IPV4]: Add raw drops counter.Wang Chen2008-01-281-3/+8
* [TCP]: Splice receive support.Jens Axboe2008-01-281-0/+3
* IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2008-01-252-8/+13
* [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