summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-08-20udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-07-27ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-0/+1
2016-07-27sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-44/+5
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-123/+22
2016-06-24netfilter: ensure number of counters is >0 in do_replace()Dave Jones1-0/+6
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-18/+9
2016-06-24netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+3
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-1/+2
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal1-12/+8
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-11/+1
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal1-0/+17
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal1-0/+4
2016-06-24netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-06-24netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-06-24netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-06-24tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-20udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-04-20ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-03-03ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2016-03-03netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2016-02-25ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2016-01-28ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-28ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2016-01-22gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2016-01-22ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2016-01-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2016-01-22snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-10-01net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2015-10-01net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-01ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-10-01ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-10-01ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
2015-10-01ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-06-22udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-06-22tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+2
2015-04-29ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-04-29tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-03-26ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-18net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+3
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-18ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-26ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-02-26ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-02-26ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3
2014-12-16ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov1-2/+2