summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | net: use indirect call wrappers at GRO network layerPaolo Abeni2018-12-151-3/+3
* | | | ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2018-12-151-1/+2
* | | | net: tcp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-48/+6
* | | | net: udp6: prefer listeners bound to an addressPeter Oskolkov2018-12-141-58/+21
* | | | net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo2018-12-101-6/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-095-25/+38
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-071-21/+21
| * | | ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| * | | ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-052-2/+14
| * | | net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-051-2/+2
* | | | ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-081-1/+2
* | | | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-062-2/+2
* | | | net: Do not route unicast IP packets twiceIdo Schimmel2018-12-041-0/+7
* | | | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-031-11/+11
* | | | udp: msg_zerocopyWillem de Bruijn2018-12-031-1/+22
* | | | udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-285-18/+49
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-284-17/+47
| |\ \ \
| | * | | netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-11-271-7/+16
| | * | | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-273-12/+32
| | * | | netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-11-271-1/+2
| * | | | net: always initialize pagedlenWillem de Bruijn2018-11-241-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-6/+13
|\| | | |
| * | | | net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu2018-11-231-6/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-6/+8
|\| | | |
| * | | | ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-181-2/+5
| * | | | ipv6: fix a dst leak when removing its exceptionXin Long2018-11-161-4/+3
| |/ / /
* | | / udp: fix jump label misusePaolo Abeni2018-11-161-2/+2
| |_|/ |/| |
* | | udp6: cleanup stats accounting in recvmsg()Paolo Abeni2018-11-091-25/+7
| |/ |/|
* | fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-081-0/+74
* | udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-081-17/+58
* | net: Convert protocol error handlers from void to intStefano Brivio2018-11-088-37/+55
* | udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-081-11/+78
* | net/ipv6: compute anycast address hash only if dev is nullLi RongQing2018-11-081-2/+4
* | udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-071-1/+23
* | ipv6: factor out protocol delivery helperPaolo Abeni2018-11-071-12/+16
* | udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-071-0/+3
* | udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-071-5/+1
* | udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-071-5/+9
* | ipv6: do not drop vrf udp multicast packetsDewi Morgan2018-11-071-3/+5
* | ipv6: handling of multicast packets received in VRFMike Manning2018-11-071-3/+32
* | ipv6: allow ping to link-local address in VRFMike Manning2018-11-071-1/+1
* | net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-071-3/+2
* | net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-072-12/+12
* | net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-071-8/+6
* | net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-061-2/+3
* | ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()Eric Dumazet2018-11-061-3/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-051-4/+9
|\
| * netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal2018-10-251-4/+9
* | ipv6: properly check return value in inet6_dump_all()Alexey Kodanev2018-11-051-2/+2