summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-05-16ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig1-23/+6
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig1-2/+4
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig1-12/+23
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig1-8/+19
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2-24/+27
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-15/+2
2018-05-14xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1
2018-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+11
2018-05-11erspan: auto detect truncated ipv6 packets.William Tu1-0/+6
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2-2/+37
2018-05-11net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern1-8/+6
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern2-2/+91
2018-05-11net/ipv6: Refactor fib6_rule_actionDavid Ahern1-21/+31
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern1-14/+25
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern1-8/+9
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2-10/+12
2018-05-11tcp: Add mark for TIMEWAIT socketsJon Maxwell1-1/+5
2018-05-11net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet1-1/+3
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni1-2/+2
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso1-4/+4
2018-05-09udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck1-10/+1
2018-05-09udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck1-6/+1
2018-05-09udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck1-1/+1
2018-05-08netfilter: x_tables: add module alias for icmp matchesFlorian Westphal1-0/+1
2018-05-08trivial: fix inconsistent help textsGeorg Hofmann1-5/+4
2018-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-5/+3
2018-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-2/+5
2018-05-08net: ipv6/gre: Add GRO supportEran Ben Elisha1-10/+27
2018-05-08net: ipv6: Fix typo in ipv6_find_hdr() documentationTariq Toukan1-1/+1
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-298/+180
2018-05-07netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal3-13/+7
2018-05-07netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam1-9/+164
2018-05-05net/ipv6: rename rt6_next to fib6_nextDavid Ahern2-19/+19
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-05-03ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() commentSun Lianwen1-1/+1
2018-05-02ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel1-0/+3
2018-05-01ipv6: Allow non-gateway ECMP for IPv6Thomas Winter1-3/+0
2018-05-01udp: disable gso with no_check_txWillem de Bruijn1-0/+4
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet1-1/+6
2018-05-01change the comment of vti6_ioctlSun Lianwen1-1/+1
2018-04-30ipv6: sr: extract the right key values for "seg6_make_flowlabel"Ahmed Abdelsalam1-1/+1
2018-04-30erspan: auto detect truncated packets.William Tu1-0/+6
2018-04-30tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet1-0/+2
2018-04-27vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio1-2/+2
2018-04-26udp: add gso segment cmsgWillem de Bruijn1-1/+4
2018-04-26udp: paged allocation with gsoWillem de Bruijn1-5/+14
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn2-5/+24
2018-04-26udp: add udp gsoWillem de Bruijn2-3/+22
2018-04-26udp: expose inet cork to udpWillem de Bruijn2-11/+12