summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-06-17ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang
2017-06-16ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-15ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer
2017-06-12proc: snmp6: Use correct type in memsetChristian Perle
2017-06-10Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng
2017-06-10bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng
2017-06-09ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller
2017-06-04sit: reload iphdr in ipip6_rcvHaishuang Yan
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-04ipv6: Fix leak in ipv6_gso_segment().David S. Miller
2017-06-04ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie
2017-06-02ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson
2017-05-26net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-05-22ipv6: remove unused variables in esp6Stephen Hemminger
2017-05-21ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger
2017-05-21fou: make local function staticstephen hemminger
2017-05-21ila: propagate error code in ila_outputstephen hemminger
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-19ah: use crypto_memneq to check the ICVSabrina Dubroca
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller