aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-17net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata1-9/+65
2018-05-17net: ip6_gre: Split up ip6gre_changelink()Petr Machata1-9/+24
2018-05-17net: ip6_gre: Split up ip6gre_newlink()Petr Machata1-6/+18
2018-05-17net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata1-2/+8
2018-05-17net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata1-12/+26
2018-05-17net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata1-1/+1
2018-05-17net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata1-0/+3
2018-05-17erspan: fix invalid erspan version.William Tu1-1/+4
2018-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni1-2/+2
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-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-2/+5
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-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet1-1/+6
2018-04-27vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio1-2/+2
2018-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-27/+28
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet1-0/+2
2018-04-22ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam1-1/+1
2018-04-19netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso1-27/+28
2018-04-16xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert1-0/+3
2018-04-05net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-05vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-05ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-4/+7
2018-04-05ip6_gre: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-05ipv6: sit: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2-4/+0
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni1-1/+2
2018-04-04ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev1-19/+2
2018-04-04ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev1-5/+5
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev3-5/+14
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2-8/+18
2018-04-02ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet1-1/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-34/+55
2018-04-01ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet1-5/+12
2018-04-01ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()Alexey Kodanev1-1/+0
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-18/+84
2018-03-31inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet1-18/+11
2018-03-31ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet1-18/+12
2018-03-31ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet1-8/+16
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet3-9/+9
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2-6/+4
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-4/+0
2018-03-31inet: frags: remove some helpersEric Dumazet1-2/+3
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet2-97/+64
2018-03-31inet: frags: refactor ipv6_frag_init()Eric Dumazet1-11/+14
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet2-17/+19