Age | Commit message (Expand) | Author |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-06-16 | networking: make skb_pull & friends return void pointers | Johannes Berg |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-06-16 | networking: convert many more places to skb_put_zero() | Johannes Berg |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-15 | ipv6: fix calling in6_ifa_hold incorrectly for dad work | Xin Long |
2017-06-14 | net: don't global ICMP rate limit packets originating from loopback | Jesper Dangaard Brouer |
2017-06-12 | proc: snmp6: Use correct type in memset | Christian Perle |
2017-06-10 | Remove the redundant skb->dev initialization in ip6_fragment | Chenbo Feng |
2017-06-10 | bpf: Remove duplicate tcp_filter hook in ipv6 | Chenbo Feng |
2017-06-09 | ipv6: Initial skb->dev and skb->protocol in ip6_output | Chenbo Feng |
2017-06-09 | Ipvlan should return an error when an address is already in use. | Krister Johansen |
2017-06-08 | ila_xlat: add missing hash secret initialization | Arnd Bergmann |
2017-06-08 | tcp: add TCPMemoryPressuresChrono counter | Eric Dumazet |
2017-06-08 | net: ipv6: Release route when device is unregistering | David Ahern |
2017-06-08 | tcp: Namespaceify sysctl_tcp_timestamps | Eric Dumazet |
2017-06-08 | tcp: Namespaceify sysctl_tcp_sack | Eric Dumazet |
2017-06-08 | tcp: add a struct net parameter to tcp_parse_options() | Eric Dumazet |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-06 | net/ipv6: Fix CALIPSO causing GPF with datagram support | Richard Haines |
2017-06-06 | Revert "sit: reload iphdr in ipip6_rcv" | David S. Miller |
2017-06-04 | sit: reload iphdr in ipip6_rcv | Haishuang Yan |
2017-06-04 | ipsec: check return value of skb_to_sgvec always | Jason A. Donenfeld |
2017-06-04 | net: ping: do not abuse udp_poll() | Eric Dumazet |
2017-06-04 | ipv6: Fix leak in ipv6_gso_segment(). | David S. Miller |
2017-06-04 | ip6_tunnel: fix traffic class routing for tunnels | Liam McBirnie |
2017-06-02 | ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt() | Ben Hutchings |
2017-05-30 | net: add extack arg to lwtunnel build state | David Ahern |
2017-05-30 | net: lwtunnel: Add extack to encap attr validation | David Ahern |
2017-05-29 | netfilter: conntrack: rename nf_ct_iterate_cleanup | Florian Westphal |
2017-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-05-26 | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets | Peter Dawson |
2017-05-26 | net: ipv6: RTM_GETROUTE: return matched fib result when requested | Roopa Prabhu |
2017-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-05-22 | net: ipv6: Add extack messages for route add failures | David Ahern |
2017-05-22 | net: ipv6: Plumb extack through route add functions | David Ahern |
2017-05-22 | ipv6: fix out of bound writes in __ip6_append_data() | Eric Dumazet |
2017-05-22 | ipv6: remove unused variables in esp6 | Stephen Hemminger |
2017-05-21 | ipv6: drop unused variables in seg6_genl_dumphac | stephen hemminger |
2017-05-21 | fou: make local function static | stephen hemminger |
2017-05-21 | ila: propagate error code in ila_output | stephen hemminger |
2017-05-19 | sk_buff: remove support for csum_bad in sk_buff | Davide Caratti |
2017-05-19 | ah: use crypto_memneq to check the ICV | Sabrina Dubroca |
2017-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-05-18 | udp: make *udp*_queue_rcv_skb() functions static | Paolo Abeni |
2017-05-17 | ipv6: Check ip6_find_1stfragopt() return value properly. | David S. Miller |
2017-05-17 | tcp: switch TCP TS option (RFC 7323) to 1ms clock | Eric Dumazet |
2017-05-17 | ipv6: Prevent overrun when parsing v6 header options | Craig Gallek |