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-07-07
ip: unconditionally set cork gso_size
Willem de Bruijn
1
-2
/
+1
2018-07-07
ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6
Willem de Bruijn
1
-10
/
+8
2018-07-07
ipv6: fold sockcm_cookie into ipcm6_cookie
Willem de Bruijn
8
-39
/
+25
2018-07-07
ipv6: ipcm6_cookie initializer
Willem de Bruijn
4
-15
/
+5
2018-07-06
net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()
Edward Cree
2
-16
/
+116
2018-07-04
net: ipv6: Hook into time based transmission
Jesus Sanchez-Palencia
3
-5
/
+14
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-11
/
+14
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-7
/
+10
2018-07-02
ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
Eric Biggers
1
-1
/
+1
2018-06-30
net/ipv6: Fix updates to prefix route
David Ahern
1
-3
/
+6
2018-06-29
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
1
-0
/
+2
2018-06-29
ila: Flush netlink command to clear xlat table
Tom Herbert
3
-2
/
+67
2018-06-29
ila: Create main ila source file
Tom Herbert
5
-147
/
+168
2018-06-29
ila: Call library function alloc_bucket_locks
Tom Herbert
1
-18
/
+5
2018-06-29
ila: Fix use of rhashtable walk in ila_xlat.c
Tom Herbert
1
-16
/
+54
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2
-4
/
+4
2018-06-28
netfilter: check if the socket netns is correct.
Flavio Leitner
1
-4
/
+4
2018-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-3
/
+3
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
4
-14
/
+14
2018-06-26
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+6
2018-06-23
ipv6: mcast: fix unsolicited report interval after receiving querys
Hangbin Liu
1
-3
/
+6
2018-06-22
rhashtable: split rhashtable.h
NeilBrown
3
-0
/
+3
2018-06-20
ip: limit use of gso_size to udp
Willem de Bruijn
1
-1
/
+2
2018-06-20
net/tcp: Fix socket lookups with SO_BINDTODEVICE
David Ahern
1
-2
/
+2
2018-06-20
net/ipv6: respect rcu grace period before freeing fib6_info
Eric Dumazet
1
-2
/
+3
2018-06-18
netfilter: ipv6: nf_defrag: reduce struct net memory waste
Eric Dumazet
1
-3
/
+3
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-7
/
+8
2018-06-15
ipv6: Only emit append events for appended routes
Ido Schimmel
1
-3
/
+2
2018-06-14
tcp: verify the checksum of the first data segment in a new connection
Frank van der Linden
1
-0
/
+4
2018-06-12
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-11
net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddr
David Ahern
1
-1
/
+1
2018-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2018-06-11
ipv6: allow PMTU exceptions to local routes
Julian Anastasov
1
-3
/
+0
2018-06-08
udp: fix rx queue len reported by diag and proc interface
Paolo Abeni
2
-4
/
+5
2018-06-08
netfilter: x_tables: initialise match/target check parameter struct
Florian Westphal
1
-0
/
+1
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
42
-2083
/
+2771
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+24
2018-06-05
ipmr: fix error path when ipmr_new_table fails
Sabrina Dubroca
1
-6
/
+12
2018-06-05
ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
Sabrina Dubroca
1
-1
/
+2
2018-06-05
netfilter: provide udp*_lib_lookup for nf_tproxy
Arnd Bergmann
1
-3
/
+1
2018-06-05
net: ipv6: Generate random IID for addresses on RAWIP devices
Subash Abhinov Kasiviswanathan
1
-1
/
+3
2018-06-05
net/ipv6: prevent use after free in ip6_route_mpath_notify
David Ahern
1
-4
/
+8
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-4
/
+4
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-2
/
+2
2018-06-04
Revert "ipv6: omit traffic class when calculating flow hash"
David S. Miller
1
-2
/
+2
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-2
/
+2
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
13
-266
/
+71
2018-06-04
vrf: check the original netdevice for generating redirect
Stephen Suryaputra
2
-1
/
+8
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-8
/
+14
[next]