summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-05-28ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-17net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata
2018-05-17net: ip6_gre: Split up ip6gre_changelink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_newlink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata
2018-05-17net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata
2018-05-17net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata
2018-05-17erspan: fix invalid erspan version.William Tu
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-14xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet
2018-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-08netfilter: x_tables: add module alias for icmp matchesFlorian Westphal
2018-05-08trivial: fix inconsistent help textsGeorg Hofmann
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-05-02ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel
2018-05-01ipv6: Allow non-gateway ECMP for IPv6Thomas Winter
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet
2018-04-27vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio
2018-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-22ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam
2018-04-19netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso
2018-04-16xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert
2018-04-05net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-05vti6: better validate user provided tunnel namesEric Dumazet
2018-04-05ip6_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-05ip6_gre: better validate user provided tunnel namesEric Dumazet
2018-04-05ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni
2018-04-04ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev
2018-04-04ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev