summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-01-22net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel
2019-01-22net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski
2019-01-22bridge: Snoop Multicast Router AdvertisementsLinus Lüssing
2019-01-22bridge: join all-snoopers multicast addressLinus Lüssing
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-19net: ipv6: route: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv6: addrlabel: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv6: netconf: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv6: addr: perform strict checks also for doit handlersJakub Kicinski
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev
2019-01-17net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn
2019-01-16ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet
2019-01-15ip6_gre: update version related info when changing linkHangbin Liu
2019-01-15ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz
2019-01-10ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-05ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov
2019-01-04ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern
2019-01-04ipv6: make icmp6_send() robust against null skb->devEric Dumazet
2019-01-04fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern
2019-01-02ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn
2018-12-30ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun
2018-12-30net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET
2018-12-27ipv6/route: Add a missing check on proc_dointvecAditya Pakki
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-12-20ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-12-19ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal