summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
2015-09-29ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-07-10ip: report the original address of ICMP messagesJulian Anastasov1-1/+11
2015-06-11Revert "ipv6: Fix protocol resubmission"David S. Miller1-5/+3
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt1-3/+5
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman1-2/+9
2015-06-02vti6: Add pmtu handling to vti6_xmit.Steffen Klassert1-0/+14
2015-06-01udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+12
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-1/+3
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2015-05-20ipv6: fix ECMP route replacementMichal Kubeček2-6/+44
2015-05-20ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček1-1/+2
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones1-0/+6
2015-05-19net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge1-1/+3
2015-05-18tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-15ipv6: Fix udp checksums with raw socketsVlad Yasevich1-1/+3
2015-05-13esp6: Use high-order sequence number bits for IV generationHerbert Xu1-1/+2
2015-05-09ipv6: Fixed source specific default route handling.Markus Stenberg2-10/+34