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
2016-02-19
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
1
-1
/
+1
2016-02-18
gre: clear IFF_TX_SKB_SHARING
Jiri Benc
1
-0
/
+1
2016-02-18
tcp/dccp: fix another race at listener dismantle
Eric Dumazet
1
-7
/
+7
2016-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-3
/
+71
2016-02-09
tcp: do not drop syn_recv on all icmp reports
Eric Dumazet
1
-2
/
+3
2016-02-08
ipv6: fix a lockdep splat
Eric Dumazet
1
-2
/
+3
2016-02-06
ipv6: addrconf: Fix recursive spin lock call
subashab@codeaurora.org
1
-1
/
+4
2016-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-18
/
+35
2016-02-01
netfilter: conntrack: resched in nf_ct_iterate_cleanup
Florian Westphal
1
-3
/
+71
2016-01-29
ipv6/udp: use sticky pktinfo egress ifindex on connect()
Paolo Abeni
1
-0
/
+3
2016-01-29
ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
Paolo Abeni
2
-5
/
+8
2016-01-25
sit: set rtnl_link_ops before calling register_netdevice
Thadeu Lima de Souza Cascardo
1
-2
/
+2
2016-01-25
ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
Thomas Egerer
1
-0
/
+1
2016-01-20
net: drop tcp_memcontrol.c
Vladimir Davydov
1
-1
/
+0
2016-01-19
udp: fix potential infinite loop in SO_REUSEPORT logic
Eric Dumazet
1
-11
/
+21
2016-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2016-01-15
ipv6: update skb->csum when CE mark is propagated
Eric Dumazet
1
-1
/
+1
2016-01-14
net: tcp_memcontrol: simplify linkage between socket and page counter
Johannes Weiner
1
-3
/
+0
2016-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2016-01-11
udp: disallow UFO for sockets with SO_NO_CHECK option
Michal Kubeček
1
-1
/
+1
2016-01-10
ipv6: tcp: add rcu locking in tcp_v6_send_synack()
Eric Dumazet
1
-0
/
+2
2016-01-10
ipv6: always add flag an address that failed DAD with DADFAILED
Lubomir Rintel
1
-2
/
+3
2016-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2016-01-06
soreuseport: pass skb to secondary UDP socket lookup
Craig Gallek
1
-4
/
+6
2016-01-05
inet: kill unused skb_free op
Florian Westphal
1
-1
/
+0
2016-01-04
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
1
-6
/
+8
2016-01-04
soreuseport: fast reuseport UDP socket selection
Craig Gallek
2
-11
/
+41
2016-01-04
udp: properly support MSG_PEEK with truncated buffers
Eric Dumazet
1
-2
/
+4
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-25
/
+45
2015-12-28
netfilter: nf_tables: release objects on netns destruction
Pablo Neira Ayuso
1
-1
/
+1
2015-12-25
ip_tunnel: Move stats update to iptunnel_xmit()
Pravin B Shelar
1
-5
/
+2
2015-12-23
ipv6: honor ifindex in case we receive ll addresses in router advertisements
Hannes Frederic Sowa
1
-2
/
+2
2015-12-22
tcp: honour SO_BINDTODEVICE for TW_RST case too
Florian Westphal
1
-2
/
+4
2015-12-22
tcp: send_reset: test for non-NULL sk first
Florian Westphal
1
-3
/
+3
2015-12-22
addrconf: always initialize sysctl table data
WANG Cong
1
-7
/
+4
2015-12-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-15
/
+38
2015-12-22
ipv6/addrlabel: fix ip6addrlbl_get()
Andrey Ryabinin
1
-1
/
+1
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-114
/
+74
2015-12-18
net: Allow accepted sockets to be bound to l3mdev domain
David Ahern
1
-2
/
+2
2015-12-18
ipv6: addrconf: use stable address generator for ARPHRD_NONE
Bjørn Mork
1
-6
/
+39
2015-12-18
ila: add NETFILTER dependency
Arnd Bergmann
1
-0
/
+1
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-8
/
+15
2015-12-17
ipv6: add IPV6_HDRINCL option for raw sockets
Hannes Frederic Sowa
1
-4
/
+16
2015-12-17
ipv6: allow routes to be configured with expire values
Xin Long
1
-0
/
+10
2015-12-15
ipv6: automatically enable stable privacy mode if stable_secret set
Hannes Frederic Sowa
1
-0
/
+6
2015-12-15
net: diag: Support destroying TCP sockets.
Lorenzo Colitti
1
-0
/
+1
2015-12-15
ila: Add generic ILA translation facility
Tom Herbert
4
-1
/
+691
2015-12-15
ila: Create net/ipv6/ila directory
Tom Herbert
5
-81
/
+152
2015-12-15
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2
-2
/
+3
2015-12-14
net: fix IP early demux races
Eric Dumazet
1
-2
/
+1
[next]