aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo1-6/+0
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+38
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn1-1/+2
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-07ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani1-0/+1
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata2-2/+2
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2-2/+14
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-2/+2
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel1-0/+7
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn1-11/+11
2018-12-03udp: msg_zerocopyWillem de Bruijn1-1/+22
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin1-0/+16
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-18/+49
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-17/+47
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo1-7/+16
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo3-12/+32
2018-11-27netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac1-1/+2
2018-11-24net: always initialize pagedlenWillem de Bruijn1-1/+2
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2018-11-23net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu1-6/+13
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2018-11-18ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+5
2018-11-16udp: fix jump label misusePaolo Abeni1-2/+2
2018-11-16ipv6: fix a dst leak when removing its exceptionXin Long1-4/+3
2018-11-09udp6: cleanup stats accounting in recvmsg()Paolo Abeni1-25/+7
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio1-0/+74
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-17/+58
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio8-37/+55
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-11/+78
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing1-2/+4
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni1-1/+23
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni1-12/+16
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+3
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni1-5/+1
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni1-5/+9
2018-11-07ipv6: do not drop vrf udp multicast packetsDewi Morgan1-3/+5
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning1-3/+32
2018-11-07ipv6: allow ping to link-local address in VRFMike Manning1-1/+1
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-3/+2
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2-12/+12
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning1-8/+6
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern1-2/+3
2018-11-06ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()Eric Dumazet1-3/+10
2018-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+9
2018-11-05ipv6: properly check return value in inet6_dump_all()Alexey Kodanev1-2/+2
2018-11-05net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FSJeff Barnhill1-1/+1
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill2-4/+81
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning1-1/+1
2018-10-26ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-10-25net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork1-0/+1