summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-07-11netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-44/+5
2016-07-11netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-123/+22
2016-07-11netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-18/+9
2016-07-11netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-07-11netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+3
2016-07-11netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-1/+2
2016-07-11netfilter: x_tables: kill check_entry helperFlorian Westphal1-12/+8
2016-07-11netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-11/+1
2016-07-11netfilter: x_tables: validate targets of jumpsFlorian Westphal1-0/+16
2016-07-11netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal1-0/+4
2016-07-11netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-07-11netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-07-11netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-07-11tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-07-11ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-07-11ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-07-11udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-07-11ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-07-11mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-07-11tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2-0/+4
2016-03-15ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2016-03-04rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-03-04ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-03-04ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org1-1/+4
2016-03-04net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2016-03-04ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-03-04ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2-6/+8
2016-01-31xfrm: dst_entries_init() per-net dst_opsDan Streetman1-15/+38
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2016-01-31ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-31addrconf: always initialize sysctl table dataWANG Cong1-7/+4
2016-01-31ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-01-23ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa1-0/+6
2016-01-23net: fix IP early demux racesEric Dumazet1-2/+1
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2016-01-23ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2016-01-23gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-12-15ipv6: add complete rcu protection around np->optEric Dumazet9-36/+74
2015-12-15ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-12-15net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-09ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-12-09sit: fix sit0 percpu double allocationsEric Dumazet1-22/+4
2015-10-03ipv6: fix multipath route replace error recoveryRoopa Prabhu1-26/+175
2015-10-03net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-03ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-10-03ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-09-29inet: fix possible request socket leakEric Dumazet1-1/+1
2015-09-29Revert "sit: Add gro callbacks to sit_offload"Herbert Xu1-2/+0