summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | ipv6: call dst_hold_safe() properlyWei Wang2017-06-172-4/+4
* | | | | | ipv6: call dst_dev_put() properlyWei Wang2017-06-171-0/+2
* | | | | | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-172-17/+50
* | | | | | net: use loopback dev when generating blackhole routeWei Wang2017-06-171-4/+5
* | | | | | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-171-6/+5
* | | | | | ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang2017-06-171-4/+0
* | | | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-165-8/+8
* | | | | | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-162-3/+5
* | | | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-164-12/+12
* | | | | | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* | | | | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-159-18/+21
|\| | | | |
| * | | | | net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-06-141-1/+1
| * | | | | proc: snmp6: Use correct type in memsetChristian Perle2017-06-121-1/+1
| * | | | | ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-081-0/+1
| * | | | | net: ipv6: Release route when device is unregisteringDavid Ahern2017-06-081-0/+1
| * | | | | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-075-16/+17
| | |_|/ / | |/| | |
* | | | | Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng2017-06-101-1/+0
* | | | | bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng2017-06-101-3/+0
* | | | | ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng2017-06-091-3/+3
* | | | | Ipvlan should return an error when an address is already in use.Krister Johansen2017-06-092-1/+35
* | | | | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-0/+1
* | | | | tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-082-4/+6
* | | | | tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-1/+1
* | | | | tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-067-4/+17
|\| | | |
| * | | | net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-061-1/+5
| * | | | Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2017-06-061-1/+0
| * | | | sit: reload iphdr in ipip6_rcvHaishuang Yan2017-06-041-0/+1
| * | | | net: ping: do not abuse udp_poll()Eric Dumazet2017-06-042-2/+2
| * | | | ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-041-1/+3
| * | | | ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-041-0/+3
| * | | | ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-022-0/+4
* | | | | ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-042-9/+19
* | | | | net: add extack arg to lwtunnel build stateDavid Ahern2017-05-303-5/+7
* | | | | net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-262-14/+20
|\| | | |
| * | | | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
* | | | | net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu2017-05-261-8/+26
| |_|/ / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-221-7/+8
|\| | |
| * | | ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
* | | | net: ipv6: Add extack messages for route add failuresDavid Ahern2017-05-222-8/+36
* | | | net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-223-32/+43
* | | | ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger2017-05-211-4/+0
* | | | fou: make local function staticstephen hemminger2017-05-211-8/+6
* | | | ila: propagate error code in ila_outputstephen hemminger2017-05-211-1/+1
* | | | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-3/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-186-14/+23
|\| | |
| * | | udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-182-3/+2
| * | | ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-173-12/+12