summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-301-4/+3Star
|\
| * ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-281-4/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-01-291-1/+1
|\ \
| * | netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal2019-01-181-1/+1
* | | tcp: Refactor pingpong codeWei Wang2019-01-271-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-272-6/+4Star
|\ \ \ | | |/ | |/|
| * | net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel2019-01-231-2/+2
| * | net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski2019-01-231-0/+2
| * | net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-01-221-4/+0Star
* | | net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-01-261-189/+71Star
* | | net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-01-261-171/+62Star
* | | bridge: Snoop Multicast Router AdvertisementsLinus Lüssing2019-01-231-1/+4
* | | bridge: join all-snoopers multicast addressLinus Lüssing2019-01-231-0/+2
* | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-231-32/+30Star
* | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-231-20/+4Star
* | | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-216-23/+34
|\| |
| * | udp6: add missing rehash callback to udpliteAlexey Kodanev2019-01-183-1/+3
| * | udp: with udp_segment release on error pathWillem de Bruijn2019-01-171-4/+12
| * | ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski2019-01-161-12/+2Star
| * | erspan: build the header with the right proto according to erspan_verXin Long2019-01-161-2/+4
| * | fou, fou6: do not assume linear skbsEric Dumazet2019-01-161-2/+7
| * | ip6_gre: update version related info when changing linkHangbin Liu2019-01-151-0/+4
| * | ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz2019-01-151-2/+2
* | | net: ipv6: route: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+68
* | | net: ipv6: addrlabel: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+45
* | | net: ipv6: netconf: perform strict checks also for doit handlersJakub Kicinski2019-01-191-3/+38
* | | net: ipv6: addr: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+47
* | | net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi2019-01-181-2/+2
| |/ |/|
* | net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3Star
|/
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-101-0/+1
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-101-6/+4Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-081-4/+4
|\
| * bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-051-4/+4
* | ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-051-1/+4
|/
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-051-1/+10
* ipv6: make icmp6_send() robust against null skb->devEric Dumazet2019-01-041-2/+6
* fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio2019-01-041-0/+8
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-041-1/+1
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-01-031-0/+3
* ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-031-1/+5
* ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-021-1/+3
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-015-20/+28
* ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun2018-12-301-1/+1
* net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2018-12-301-2/+2
* ipv6/route: Add a missing check on proc_dointvecAditya Pakki2018-12-281-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-223-0/+3
|\
| * ipv6: tunnels: fix two use-after-freeEric Dumazet2018-12-212-0/+2
| * ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2018-12-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-213-129/+6Star
|\ \