summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa2016-03-141-0/+3
* Correct backport for ip6_gre: release cached dst on tunnel removalSasha Levin2016-03-141-0/+1
* xfrm: dst_entries_init() per-net dst_opsDan Streetman2016-02-151-15/+38
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-02-151-1/+1
* ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-02-151-0/+2
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-02-151-1/+1
* net: fix IP early demux racesEric Dumazet2016-01-151-2/+1
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-151-0/+3
* gre6: allow to update all parameters via rtnlNicolas Dichtel2016-01-151-5/+3
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-149-37/+76
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-12-142-5/+10
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-12-141-7/+8
* snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-12-141-2/+0
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-12-141-1/+16
* ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca2015-12-141-0/+1
* sit: fix sit0 percpu double allocationsEric Dumazet2015-12-141-23/+4
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-10-271-1/+1
* ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-10-271-1/+1
* ip6_gre: release cached dst on tunnel removalhuaibin Wang2015-10-271-1/+1
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-09-281-5/+15
* ipv6: Make MLD packets to only be processed locallyAngga2015-09-271-3/+3
* ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2015-08-271-2/+7
* ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2015-08-271-1/+3
* vti6: fix uninit when using x-netnsYao Xiwei2015-06-281-2/+1
* udp: fix behavior of wrong checksumsEric Dumazet2015-06-151-4/+2
* net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-06-151-1/+3
* tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-06-151-1/+1
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-271-1/+2
* net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev2015-04-271-0/+11
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-04-271-1/+8
* tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-04-271-1/+1
* ipv6: fix backtracking for throw routesSteven Barth2015-03-241-0/+1
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-141-2/+3
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-141-1/+2
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-03-141-1/+1
* ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann2015-03-141-0/+17
* ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa2015-02-261-19/+26
* ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-02-261-5/+2
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-02-261-7/+3
* tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel2015-01-271-16/+29
* tcp: fix more NULL deref after prequeue changesEric Dumazet2014-12-161-14/+14
* tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet2014-11-251-1/+4
* ip6_udp_tunnel: Fix checksum calculationAlexander Duyck2014-11-251-3/+1
* ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-11-241-2/+2
* ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-231-0/+11
* ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalidAlexander Duyck2014-11-231-1/+2
* ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong2014-11-191-0/+4
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-161-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-161-0/+1
|\
| * netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1