index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Add netif_is_gretap()/netif_is_ip6gretap()
Oz Shlomo
2018-12-11
1
-6
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-10
5
-25
/
+38
|
\
|
*
ipv6: Check available headroom in ip6_xmit() even without options
Stefano Brivio
2018-12-08
1
-21
/
+21
|
*
ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
Shmulik Ladkani
2018-12-07
1
-0
/
+1
|
*
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
Jiri Wiesner
2018-12-06
2
-2
/
+14
|
*
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
2018-12-06
1
-2
/
+2
*
|
ip: silence udp zerocopy smatch false positive
Willem de Bruijn
2018-12-08
1
-1
/
+2
*
|
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-12-06
2
-2
/
+2
*
|
net: Do not route unicast IP packets twice
Ido Schimmel
2018-12-04
1
-0
/
+7
*
|
udp: elide zerocopy operation in hot path
Willem de Bruijn
2018-12-04
1
-11
/
+11
*
|
udp: msg_zerocopy
Willem de Bruijn
2018-12-04
1
-1
/
+22
*
|
udp_tunnel: add config option to bind to a device
Alexis Bauvin
2018-12-03
1
-0
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-29
5
-18
/
+49
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-11-28
4
-17
/
+47
|
|
\
|
|
*
netfilter: nat: fix double register in masquerade modules
Taehee Yoo
2018-11-27
1
-7
/
+16
|
|
*
netfilter: add missing error handling code for register functions
Taehee Yoo
2018-11-27
3
-12
/
+32
|
|
*
netfilter: ipv6: Preserve link scope traffic original oif
Alin Nastac
2018-11-27
1
-1
/
+2
|
*
|
net: always initialize pagedlen
Willem de Bruijn
2018-11-25
1
-1
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-25
1
-6
/
+13
|
\
|
|
|
*
|
net/ipv6: re-do dad when interface has IFF_NOARP flag change
Hangbin Liu
2018-11-23
1
-6
/
+13
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-19
1
-6
/
+8
|
\
|
|
|
*
|
ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
David Ahern
2018-11-19
1
-2
/
+5
|
*
|
ipv6: fix a dst leak when removing its exception
Xin Long
2018-11-17
1
-4
/
+3
|
|
/
*
|
udp: fix jump label misuse
Paolo Abeni
2018-11-17
1
-2
/
+2
*
|
udp6: cleanup stats accounting in recvmsg()
Paolo Abeni
2018-11-10
1
-25
/
+7
*
|
fou, fou6: ICMP error handlers for FoU and GUE
Stefano Brivio
2018-11-09
1
-0
/
+74
*
|
udp: Support for error handlers of tunnels with arbitrary destination port
Stefano Brivio
2018-11-09
1
-17
/
+58
*
|
net: Convert protocol error handlers from void to int
Stefano Brivio
2018-11-09
8
-37
/
+55
*
|
udp: Handle ICMP errors for tunnels with same destination port on both endpoints
Stefano Brivio
2018-11-09
1
-11
/
+78
*
|
net/ipv6: compute anycast address hash only if dev is null
Li RongQing
2018-11-09
1
-2
/
+4
*
|
udp: cope with UDP GRO packet misdirection
Paolo Abeni
2018-11-08
1
-1
/
+23
*
|
ipv6: factor out protocol delivery helper
Paolo Abeni
2018-11-08
1
-12
/
+16
*
|
udp: add support for UDP_GRO cmsg
Paolo Abeni
2018-11-08
1
-0
/
+3
*
|
udp: implement GRO for plain UDP sockets.
Paolo Abeni
2018-11-08
1
-5
/
+1
*
|
udp: implement complete book-keeping for encap_needed
Paolo Abeni
2018-11-08
1
-5
/
+9
*
|
ipv6: do not drop vrf udp multicast packets
Dewi Morgan
2018-11-08
1
-3
/
+5
*
|
ipv6: handling of multicast packets received in VRF
Mike Manning
2018-11-08
1
-3
/
+32
*
|
ipv6: allow ping to link-local address in VRF
Mike Manning
2018-11-08
1
-1
/
+1
*
|
net: fix raw socket lookup device bind matching with VRFs
Duncan Eastoe
2018-11-08
1
-3
/
+2
*
|
net: ensure unbound datagram socket to be chosen when not in a VRF
Mike Manning
2018-11-08
2
-12
/
+12
*
|
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
2018-11-08
1
-8
/
+6
*
|
net: Add extack argument to ip_fib_metrics_init
David Ahern
2018-11-07
1
-2
/
+3
*
|
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
Eric Dumazet
2018-11-06
1
-3
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-11-06
1
-4
/
+9
|
\
|
*
netfilter: ipv6: fix oops when defragmenting locally generated fragments
Florian Westphal
2018-10-25
1
-4
/
+9
*
|
ipv6: properly check return value in inet6_dump_all()
Alexey Kodanev
2018-11-06
1
-2
/
+2
*
|
net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS
Jeff Barnhill
2018-11-05
1
-1
/
+1
*
|
net/ipv6: Add anycast addresses to a global hashtable
Jeff Barnhill
2018-11-03
2
-4
/
+81
*
|
net: allow traceroute with a specified interface in a vrf
Mike Manning
2018-10-27
1
-1
/
+1
*
|
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called
Stefano Brivio
2018-10-27
1
-2
/
+1
[next]