aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31net: Order ports in same order as addresses in flow objects.David S. Miller1-3/+3
2011-03-31ipv4: Use flowi4_init_output() in net/route.hDavid S. Miller1-36/+24
2011-03-31net: Add helper flowi4_init_output().David S. Miller1-0/+21
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs2-0/+24
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert1-0/+22
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings1-1/+7
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert1-1/+1
2011-03-25route: Take the right src and dst addresses in ip_route_newportsSteffen Klassert1-2/+2
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller1-3/+3
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller2-2/+11
2011-03-24net_sched: fix THROTTLED/RUNNING raceEric Dumazet1-4/+4
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal1-1/+1
2011-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-2/+3
2011-03-22ipv4: fix route deletion for IPs on many subnetsJulian Anastasov1-0/+1
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman1-2/+0
2011-03-21snmp: SNMP_UPD_PO_STATS_BH() always called from softirqEric Dumazet1-2/+2
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun1-0/+1
2011-03-21wireless: fix 80211 kernel-doc warningsRandy Dunlap2-2/+3
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds49-533/+1950
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-3/+3
2011-03-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-0/+15
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-163/+180
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-0/+15
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V2-0/+3
2011-03-15[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)1-1/+1
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)1-0/+9
2011-03-15[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)1-0/+8
2011-03-15IPVS: Conditionally include sysctl members of struct netns_ipvsSimon Horman1-8/+13
2011-03-15IPVS: Conditional ip_vs_conntrack_enabled()Simon Horman1-0/+4
2011-03-15IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefinedSimon Horman1-0/+4
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman1-0/+11
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman1-0/+29
2011-03-15ipvs: rename estimator functionsJulian Anastasov1-2/+2
2011-03-15ipvs: optimize rates readingJulian Anastasov1-0/+2
2011-03-15ipvs: remove unused seqcount statsJulian Anastasov1-17/+0
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov1-0/+1
2011-03-15ipvs: reorganize tot_statsJulian Anastasov1-2/+1
2011-03-15ipvs: move struct netns_ipvsJulian Anastasov3-144/+123
2011-03-15IPVS: Fix variable assignment in ip_vs_notrackJesper Juhl1-1/+1
2011-03-13xfrm: Add support for IPsec extended sequence numbersSteffen Klassert1-0/+1
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert1-4/+20
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cbSteffen Klassert1-2/+8
2011-03-13xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert1-0/+7
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller4-15/+19
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-10/+7
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller4-13/+13
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2-18/+14
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller1-12/+12
2011-03-12net: Add flowi6_* member helper macros.David S. Miller1-0/+8
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-59/+59