summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-4/+4
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-262-3/+3
| * net/tcp: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0413-266/+71
|\ \
| * | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-162-40/+6
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-1612-189/+31
| * | ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig2018-05-161-23/+6
| * | ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2018-05-161-2/+4
| * | ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2018-05-161-12/+23
| * | ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2018-05-161-8/+19
| * | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-162-24/+27
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+2
* | | ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2018-06-012-5/+11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-06-011-1/+1
|\ \ \
| * | | xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-05-141-1/+1
* | | | ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-05-281-2/+2
* | | | net: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-191-22/+79
* | | | net: test tailroom before appending to linear skbWillem de Bruijn2018-05-171-1/+2
* | | | net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata2018-05-171-9/+65
* | | | net: ip6_gre: Split up ip6gre_changelink()Petr Machata2018-05-171-9/+24
* | | | net: ip6_gre: Split up ip6gre_newlink()Petr Machata2018-05-171-6/+18
* | | | net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata2018-05-171-2/+8
* | | | net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata2018-05-171-12/+26
* | | | net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata2018-05-171-1/+1
* | | | net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata2018-05-171-0/+3
* | | | erspan: fix invalid erspan version.William Tu2018-05-171-1/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-131-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | netfilter: x_tables: add module alias for icmp matchesFlorian Westphal2018-05-081-0/+1
| | |/ | |/|
* | | udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-101-2/+2
| |/ |/|
* | trivial: fix inconsistent help textsGeorg Hofmann2018-05-081-5/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-072-2/+5
|\ \
| * | vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio2018-04-271-2/+2
| * | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-161-0/+3
* | | ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel2018-05-021-0/+3
* | | ipv6: Allow non-gateway ECMP for IPv6Thomas Winter2018-05-011-3/+0
* | | ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-011-1/+6
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-04-231-27/+28
|\ \
| * | netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso2018-04-191-27/+28
| |/
* | ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+2
* | ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-221-1/+1
|/
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-051-2/+5
* vti6: better validate user provided tunnel namesEric Dumazet2018-04-051-2/+5
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-4/+7
* ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-042-4/+0
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2
* ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-041-19/+2
* ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-041-5/+5
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-043-5/+14
OpenPOWER on IntegriCloud