summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni1-1/+5
2016-04-23netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-04-21netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-04-21netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-04-19ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-5/+4
2016-04-19ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-18udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-04-18ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-04-18tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2-0/+4
2016-04-11mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-04-11ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-4/+5
2016-03-30ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller1-2/+10
2016-03-02rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-03-02ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-03-02net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2016-03-02ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-02-12xfrm: dst_entries_init() per-net dst_opsDan Streetman1-15/+38
2016-02-12ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-02-12ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-28ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-01-25udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-01-05net: fix IP early demux racesEric Dumazet1-5/+6
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2016-01-05gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2016-01-05ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2016-01-05netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2016-01-05ipv6: add complete rcu protection around np->optEric Dumazet9-37/+76
2016-01-05ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2016-01-05net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2016-01-05snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-11-30ipv6: fix tunnel error handlingMichal Kubeček1-1/+11
2015-11-18ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-11-14sit: fix sit0 percpu double allocationsEric Dumazet1-16/+4
2015-10-26net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2-2/+3
2015-09-30net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-09-30ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-09-30ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-08-27ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
2015-08-27ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-06-10udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-04-27ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-04-09ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng1-2/+12
2015-04-09ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-12net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+3
2015-03-12udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-12ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-10ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-02-10ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-02-10ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3