summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-101-4/+4
* net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-011-1/+2
* ipv6: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
* udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-221-4/+6
* fou6: fix proto error handler argument typePaolo Abeni2019-02-221-1/+1
* udpv6: add the required annotation to mib typePaolo Abeni2019-02-221-1/+1
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-02-221-1/+1
* ipv6: route: purge exception on removalPaolo Abeni2019-02-221-1/+12
* net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-02-221-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-212-2/+2
|\
| * xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-051-1/+1
| * esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-281-1/+1
* | net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-02-211-18/+18
* | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-02-211-1/+5
* | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-02-211-5/+6
* | net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi2019-02-151-14/+20
* | 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
* | 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
|/
* ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-271-4/+3
* 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
* 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
* 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
* | 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-041-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-021-0/+3
* ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-021-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
OpenPOWER on IntegriCloud