aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen
2008-01-28[NET]: Move sock_valbool_flag to socket.cPavel Emelyanov
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu
2008-01-28[IPV4]: Add ip_local_outHerbert Xu
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu
2008-01-28[IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu
2008-01-28[IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu
2008-01-28[IPSEC]: Replace x->type->{local,remote}_addr with flagsHerbert Xu
2008-01-28[NET]: Remove unnecessary inclusion of dst.hHerbert Xu
2008-01-28[NET]: Eliminate duplicate copies of dst_discardHerbert Xu
2008-01-28[IPV6]: Move nfheader_len into rt6_infoHerbert Xu
2008-01-28[IPV4]: Add raw drops counter.Wang Chen
2008-01-28[TCP]: Splice receive support.Jens Axboe
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid
2008-01-08[SOCK]: Adds a rcu_dereference() in sk_filterEric Dumazet
2008-01-08[XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet
2008-01-08[NET]: Clone the sk_buff 'iif' field in __skb_clone()Paul Moore
2008-01-08[SCTP]: Fix the name of the authentication event.Vlad Yasevich
2007-12-26[VETH]: move veth.h to include/linuxStephen Hemminger
2007-12-26[NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibilityPatrick McHardy
2007-12-20[NET] include/net/: Spelling fixesJoe Perches
2007-12-07[SCTP]: Fix the bind_addr info during migration.Vlad Yasevich
2007-12-07[IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev
2007-11-29SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich
2007-11-26[IPV4]: Fix memory leak in inet_hashtables.h when NUMA is onPavel Emelyanov
2007-11-20Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller
2007-11-20ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain
2007-11-19[TCP] MTUprobe: fix potential sk_send_head corruptionIlpo Järvinen
2007-11-19[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman
2007-11-19[IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman
2007-11-19[IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger
2007-11-18[TCP]: Fix TCP header misalignmentHerbert Xu
2007-11-15[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov
2007-11-14[TCP]: Fix size calculation in sk_stream_alloc_pskbHerbert Xu
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev
2007-11-12[INET]: Use list_head-s in inetpeer.cPavel Emelyanov
2007-11-12[INET]: Remove leftover prototypes from include/net/inet_common.hArnaldo Carvalho de Melo