aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-04-30ipv6: sr: extract the right key values for "seg6_make_flowlabel"Gravatar Ahmed Abdelsalam 1-1/+1
2018-04-30erspan: auto detect truncated packets.Gravatar William Tu 1-0/+6
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveGravatar Eric Dumazet 1-0/+2
2018-04-26udp: add gso segment cmsgGravatar Willem de Bruijn 1-1/+4
2018-04-26udp: paged allocation with gsoGravatar Willem de Bruijn 1-5/+14
2018-04-26udp: generate gso with UDP_SEGMENTGravatar Willem de Bruijn 2-5/+24
2018-04-26udp: add udp gsoGravatar Willem de Bruijn 2-3/+22
2018-04-26udp: expose inet cork to udpGravatar Willem de Bruijn 2-11/+12
2018-04-25ipv6: addrconf: don't evaluate keep_addr_on_down twiceGravatar Ivan Vecera 1-13/+10
2018-04-25ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeGravatar Ahmed Abdelsalam 2-2/+30
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-28/+31
2018-04-24net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Gravatar Eric Dumazet 1-2/+1
2018-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-27/+28
2018-04-23net/ipv6: Fix missing rcu dereferences on fromGravatar David Ahern 1-5/+10
2018-04-23net/ipv6: add rcu locking to ip6_negative_adviceGravatar David Ahern 1-0/+2
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyGravatar Eric Dumazet 1-0/+2
2018-04-23net: fib_rules: add extack supportGravatar Roopa Prabhu 2-3/+7
2018-04-22ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsGravatar Ahmed Abdelsalam 1-1/+1
2018-04-21net/ipv6: Remove unncessary check on f6i in fib6_checkGravatar David Ahern 1-2/+1
2018-04-21net/ipv6: Make from in rt6_info rcu protectedGravatar David Ahern 3-31/+82
2018-04-21net/ipv6: Move release of fib6_info from pcpu routes to helperGravatar David Ahern 1-18/+23
2018-04-21net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeGravatar David Ahern 1-3/+10
2018-04-21net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_allocGravatar David Ahern 1-7/+6
2018-04-21net/ipv6: Rename rt6_get_cookie_safeGravatar David Ahern 1-2/+2
2018-04-21net/ipv6: Clean up rt expires helpersGravatar David Ahern 1-0/+9
2018-04-20net/ipv6: Fix ip6_convert_metrics() bugGravatar Eric Dumazet 1-11/+9
2018-04-19net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeGravatar David Ahern 1-2/+2
2018-04-19net/ipv6: Remove fib6_idevGravatar David Ahern 2-21/+47
2018-04-19net/ipv6: Remove unnecessary checks on fib6_idevGravatar David Ahern 1-22/+2
2018-04-19net/ipv6: Remove aca_idevGravatar David Ahern 2-5/+2
2018-04-19net/ipv6: Rename addrconf_dst_allocGravatar David Ahern 3-43/+43
2018-04-19net/ipv6: Rename fib6_info struct elementsGravatar David Ahern 5-238/+238
2018-04-19netfilter: nf_tables: NAT chain and extensions require NF_TABLESGravatar Pablo Neira Ayuso 1-27/+28
2018-04-18ipv6: frags: fix a lockdep false positiveGravatar Eric Dumazet 1-11/+12
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoGravatar David Ahern 3-49/+2
2018-04-17net/ipv6: Flip FIB entries to fib6_infoGravatar David Ahern 5-200/+201
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesGravatar David Ahern 6-147/+113
2018-04-17net/ipv6: introduce fib6_info struct and helpersGravatar David Ahern 1-0/+60
2018-04-17net/ipv6: Cleanup exception and cache route handlingGravatar David Ahern 2-77/+81
2018-04-17net/ipv6: Add gfp_flags to route add functionsGravatar David Ahern 3-25/+34
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesGravatar David Ahern 2-15/+26
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesGravatar David Ahern 2-7/+26
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupGravatar David Ahern 1-4/+25
2018-04-17net/ipv6: Add fib6_null_entryGravatar David Ahern 2-32/+56
2018-04-17net/ipv6: move expires into rt6_infoGravatar David Ahern 4-17/+19
2018-04-17net/ipv6: move metrics from dst to rt6_infoGravatar David Ahern 3-210/+123
2018-04-17net/ipv6: Defer initialization of dst to data pathGravatar David Ahern 1-41/+74
2018-04-17net/ipv6: Move nexthop data to fib6_nhGravatar David Ahern 3-76/+94
2018-04-17net/ipv6: Save route type in rt6_infoGravatar David Ahern 2-26/+22
2018-04-17net/ipv6: Move support functions up in route.cGravatar David Ahern 1-60/+59