index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
netfilter: nat: remove nf_nat_l4proto struct
Florian Westphal
3
-46
/
+4
2018-12-17
netfilter: nat: remove l4proto->manip_pkt
Florian Westphal
2
-28
/
+2
2018-12-17
netfilter: nat: remove l4proto->nlattr_to_range
Florian Westphal
1
-3
/
+0
2018-12-17
netfilter: nat: remove l4proto->in_range
Florian Westphal
1
-11
/
+0
2018-12-17
netfilter: nat: fold in_range indirection into caller
Florian Westphal
1
-8
/
+0
2018-12-17
netfilter: nat: remove l4proto->unique_tuple
Florian Westphal
1
-26
/
+0
2018-12-17
netfilter: remove NF_NAT_RANGE_PROTO_RANDOM support
Florian Westphal
1
-7
/
+0
2018-11-09
udp6: cleanup stats accounting in recvmsg()
Paolo Abeni
1
-25
/
+7
2018-11-08
fou, fou6: ICMP error handlers for FoU and GUE
Stefano Brivio
1
-0
/
+74
2018-11-08
udp: Support for error handlers of tunnels with arbitrary destination port
Stefano Brivio
1
-17
/
+58
2018-11-08
net: Convert protocol error handlers from void to int
Stefano Brivio
8
-37
/
+55
2018-11-08
udp: Handle ICMP errors for tunnels with same destination port on both endpoints
Stefano Brivio
1
-11
/
+78
2018-11-08
net/ipv6: compute anycast address hash only if dev is null
Li RongQing
1
-2
/
+4
2018-11-07
udp: cope with UDP GRO packet misdirection
Paolo Abeni
1
-1
/
+23
2018-11-07
ipv6: factor out protocol delivery helper
Paolo Abeni
1
-12
/
+16
2018-11-07
udp: add support for UDP_GRO cmsg
Paolo Abeni
1
-0
/
+3
2018-11-07
udp: implement GRO for plain UDP sockets.
Paolo Abeni
1
-5
/
+1
2018-11-07
udp: implement complete book-keeping for encap_needed
Paolo Abeni
1
-5
/
+9
2018-11-07
ipv6: do not drop vrf udp multicast packets
Dewi Morgan
1
-3
/
+5
2018-11-07
ipv6: handling of multicast packets received in VRF
Mike Manning
1
-3
/
+32
2018-11-07
ipv6: allow ping to link-local address in VRF
Mike Manning
1
-1
/
+1
2018-11-07
net: fix raw socket lookup device bind matching with VRFs
Duncan Eastoe
1
-3
/
+2
2018-11-07
net: ensure unbound datagram socket to be chosen when not in a VRF
Mike Manning
2
-12
/
+12
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
1
-8
/
+6
2018-11-06
net: Add extack argument to ip_fib_metrics_init
David Ahern
1
-2
/
+3
2018-11-06
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
Eric Dumazet
1
-3
/
+10
2018-11-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-4
/
+9
2018-11-05
ipv6: properly check return value in inet6_dump_all()
Alexey Kodanev
1
-2
/
+2
2018-11-05
net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS
Jeff Barnhill
1
-1
/
+1
2018-11-02
net/ipv6: Add anycast addresses to a global hashtable
Jeff Barnhill
2
-4
/
+81
2018-10-26
net: allow traceroute with a specified interface in a vrf
Mike Manning
1
-1
/
+1
2018-10-26
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called
Stefano Brivio
1
-2
/
+1
2018-10-25
net/{ipv4,ipv6}: Do not put target net if input nsid is invalid
Bjørn Mork
1
-0
/
+1
2018-10-25
netfilter: ipv6: fix oops when defragmenting locally generated fragments
Florian Westphal
1
-4
/
+9
2018-10-24
net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...
David Ahern
1
-0
/
+2
2018-10-24
net: udp: fix handling of CHECKSUM_COMPLETE packets
Sean Tranchetti
1
-2
/
+18
2018-10-24
net: Don't return invalid table id error when dumping all families
David Ahern
2
-0
/
+6
2018-10-24
net/ipv6: Put target net when address dump fails due to bad attributes
David Ahern
1
-6
/
+8
2018-10-22
net/ipv6: Add support for dumping addresses for a specific device
David Ahern
1
-5
/
+22
2018-10-22
net/ipv6: Remove ip_idx arg to in6_dump_addrs
David Ahern
1
-10
/
+6
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2018-10-20
net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
David Ahern
1
-2
/
+4
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-25
/
+23
2018-10-18
ip6_tunnel: Fix encapsulation layout
Stefano Brivio
1
-5
/
+5
2018-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+2
2018-10-17
udp6: fix encap return code for resubmitting
Paolo Abeni
1
-4
/
+2
2018-10-16
net/ipv6: Bail early if user only wants cloned entries
David Ahern
1
-2
/
+5
2018-10-16
net: Enable kernel side filtering of route dumps
David Ahern
2
-2
/
+2
2018-10-16
net: Plumb support for filtering ipv4 and ipv6 multicast route dumps
David Ahern
1
-3
/
+15
2018-10-16
net/ipv6: Plumb support for filtering route dumps
David Ahern
2
-14
/
+54
[next]