aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande1-7/+18
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande1-5/+7
2017-06-17net: remove DST_NOCACHE flagWei Wang2-8/+3
2017-06-17net: remove DST_NOGC flagWei Wang1-3/+2
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang2-48/+1
2017-06-17ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-45/+19
2017-06-17ipv6: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-17ipv6: call dst_dev_put() properlyWei Wang1-0/+2
2017-06-17ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2-17/+50
2017-06-17net: use loopback dev when generating blackhole routeWei Wang1-4/+5
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang1-6/+5
2017-06-17ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang1-4/+0
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg5-8/+8
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg2-3/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg4-12/+12
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-18/+21
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer1-1/+1
2017-06-12proc: snmp6: Use correct type in memsetChristian Perle1-1/+1
2017-06-10Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng1-1/+0
2017-06-10bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng1-3/+0
2017-06-09ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng1-3/+3
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen2-1/+35
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann1-0/+1
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-0/+1
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern1-0/+1
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2-4/+6
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-1/+1
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller5-16/+17
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-4/+17
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines1-1/+5
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller1-1/+0
2017-06-04sit: reload iphdr in ipip6_rcvHaishuang Yan1-0/+1
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2-9/+19
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet2-2/+2
2017-06-04ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-04ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2017-06-02ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern3-5/+7
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern1-2/+2
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+20
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2-14/+20
2017-05-26net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu1-8/+26
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern2-8/+36
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern3-32/+43
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-05-21ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger1-4/+0