summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-03-10ipv6: Return error for RTA_VIA attributeDavid Ahern
2019-03-10net: sit: fix memory leak in sit_init_net()Mao Wenan
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-03-10ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-02-27netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper
2019-02-27sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-02-27ipv6: propagate genlmsg_reply return codeLi RongQing
2019-02-27bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov
2019-02-23net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-12xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2019-02-12ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-02-06ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan
2019-02-06net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi
2019-02-06net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski
2019-02-06net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-02-06ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru
2019-01-31ip6_gre: update version related info when changing linkHangbin Liu
2019-01-31erspan: build the header with the right proto according to erspan_verXin Long
2019-01-31ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz
2019-01-31udp: with udp_segment release on error pathWillem de Bruijn
2019-01-26netlink: fixup regression in RTM_GETADDRArthur Gautier
2019-01-26ipv6: Fix dump of specific table with strict checkingDavid Ahern
2019-01-26ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern
2019-01-26ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern
2019-01-22ipv6: make icmp6_send() robust against null skb->devEric Dumazet
2019-01-22ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-22ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet
2018-12-20ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu
2018-12-19ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-12-17ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet
2018-12-14ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-07ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo
2018-11-27netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac
2018-11-24net: always initialize pagedlenWillem de Bruijn
2018-11-23net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu
2018-11-18ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-16ipv6: fix a dst leak when removing its exceptionXin Long
2018-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller