summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert
2011-03-25route: Take the right src and dst addresses in ip_route_newportsSteffen Klassert
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller
2011-03-24net_sched: fix THROTTLED/RUNNING raceEric Dumazet
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal
2011-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-03-22ipv4: fix route deletion for IPs on many subnetsJulian Anastasov
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman
2011-03-21snmp: SNMP_UPD_PO_STATS_BH() always called from softirqEric Dumazet
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun
2011-03-21wireless: fix 80211 kernel-doc warningsRandy Dunlap
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V
2011-03-15[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)
2011-03-15[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)
2011-03-15IPVS: Conditionally include sysctl members of struct netns_ipvsSimon Horman
2011-03-15IPVS: Conditional ip_vs_conntrack_enabled()Simon Horman
2011-03-15IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefinedSimon Horman
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman
2011-03-15ipvs: rename estimator functionsJulian Anastasov
2011-03-15ipvs: optimize rates readingJulian Anastasov
2011-03-15ipvs: remove unused seqcount statsJulian Anastasov
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov
2011-03-15ipvs: reorganize tot_statsJulian Anastasov
2011-03-15ipvs: move struct netns_ipvsJulian Anastasov
2011-03-15IPVS: Fix variable assignment in ip_vs_notrackJesper Juhl
2011-03-13xfrm: Add support for IPsec extended sequence numbersSteffen Klassert
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert
2011-03-13xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller
2011-03-12net: Add flowi6_* member helper macros.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller
2011-03-12net: Add flowiX_to_flowi() shorthands.David S. Miller
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller