summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-185-14/+49
|\
| * netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac2019-02-131-0/+3
| * netfilter: ipv6: avoid indirect calls for IPV6=y caseFlorian Westphal2019-02-042-14/+10
| * netfilter: nat: remove module dependency on ipv6 coreFlorian Westphal2019-02-043-3/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-162-0/+13
|\ \
| * | ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov2019-02-132-0/+13
* | | net/ipv6: prefer rcu_access_pointer() over rcu_dereference()Paolo Abeni2019-02-151-7/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-153-4/+4
|\ \ \
| * | | ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-121-3/+1
| * | | net: fix IPv6 prefix route residueZhiqiang Liu2019-02-111-1/+2
| * | | netfilter: nat: fix spurious connection timeoutsFlorian Westphal2019-02-111-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-084-3/+13
|\| | | | |/ / |/| |
| * | sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-071-1/+2
| * | netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-051-1/+3
| * | ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-01-301-0/+2
| * | net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-4/+3
|\| | | |/ |/|
| * ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-271-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-01-281-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/+4
|\ \ \ | | |/ | |/|
| * | net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel2019-01-221-2/+2
| * | net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski2019-01-221-0/+2
| * | net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-01-221-4/+0
* | | net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-01-251-189/+71
* | | net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-01-251-171/+62
* | | bridge: Snoop Multicast Router AdvertisementsLinus Lüssing2019-01-221-1/+4
* | | bridge: join all-snoopers multicast addressLinus Lüssing2019-01-221-0/+2
* | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-221-32/+30
* | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-221-20/+4
* | | 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-173-1/+3
| * | udp: with udp_segment release on error pathWillem de Bruijn2019-01-161-4/+12
| * | ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski2019-01-161-12/+2
| * | 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-151-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/+3
|/
* 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/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-071-4/+4
|\
| * bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-041-4/+4