index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-31
2
-12
/
+37
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-12-22
1
-9
/
+37
|
|
\
|
|
*
xfrm: dst_entries_init() per-net dst_ops
Dan Streetman
2015-11-03
1
-9
/
+37
|
*
|
ipip: ioctl: Remove superfluous IP-TTL handling.
Pravin B Shelar
2015-12-18
1
-3
/
+0
*
|
|
ip_tunnel: Move stats update to iptunnel_xmit()
Pravin B Shelar
2015-12-25
5
-20
/
+16
*
|
|
tcp: honour SO_BINDTODEVICE for TW_RST case too
Florian Westphal
2015-12-22
2
-8
/
+11
*
|
|
tcp: send_reset: test for non-NULL sk first
Florian Westphal
2015-12-22
1
-6
/
+5
*
|
|
net: tcp: deal with listen sockets properly in tcp_abort.
Lorenzo Colitti
2015-12-22
1
-0
/
+5
*
|
|
tcp: diag: add support for request sockets to tcp_abort()
Eric Dumazet
2015-12-18
1
-0
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-12-18
1
-1
/
+0
|
\
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2015-12-14
15
-398
/
+458
|
|
\
\
\
|
*
|
|
|
netfilter: remove duplicate include
stephen hemminger
2015-11-23
1
-1
/
+0
*
|
|
|
|
net: Allow accepted sockets to be bound to l3mdev domain
David Ahern
2015-12-18
4
-3
/
+15
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-17
6
-15
/
+29
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
tcp: restore fastopen with no data in SYN packet
Eric Dumazet
2015-12-17
1
-11
/
+12
|
*
|
|
|
fou: clean up socket with kfree_rcu
Hannes Frederic Sowa
2015-12-16
1
-1
/
+2
|
*
|
|
|
net: fix IP early demux races
Eric Dumazet
2015-12-14
1
-3
/
+2
|
*
|
|
|
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
2015-12-14
1
-0
/
+3
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-12-14
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
netfilter: nf_dup: add missing dependencies with NF_CONNTRACK
Pablo Neira Ayuso
2015-12-10
1
-0
/
+1
|
*
|
|
|
|
net: Flush local routes when device changes vrf association
David Ahern
2015-12-13
1
-0
/
+9
*
|
|
|
|
|
net: diag: Support destroying TCP sockets.
Lorenzo Colitti
2015-12-15
4
-0
/
+65
*
|
|
|
|
|
net: diag: Support SOCK_DESTROY for inet sockets.
Lorenzo Colitti
2015-12-15
1
-8
/
+15
*
|
|
|
|
|
net: diag: split inet_diag_dump_one_icsk into two
Lorenzo Colitti
2015-12-15
1
-15
/
+27
*
|
|
|
|
|
tcp: Fix conditions to determine checksum offload
Tom Herbert
2015-12-15
1
-2
/
+2
*
|
|
|
|
|
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
4
-5
/
+8
*
|
|
|
|
|
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-15
1
-2
/
+2
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
7
-27
/
+49
|
\
|
|
|
|
|
*
|
|
|
ipv4: igmp: Allow removing groups from a removed interface
Andrew Lunn
2015-12-03
1
-2
/
+3
|
*
|
|
|
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-4
/
+3
|
*
|
|
|
tcp: initialize tp->copied_seq in case of cross SYN connection
Eric Dumazet
2015-11-30
1
-0
/
+1
|
*
|
|
|
net: ipmr, ip6mr: fix vif/tunnel failure race condition
Nikolay Aleksandrov
2015-11-24
1
-8
/
+0
|
|
/
/
/
|
*
|
|
net: ipmr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
2015-11-22
1
-7
/
+8
|
*
|
|
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
Eric Dumazet
2015-11-20
1
-3
/
+19
|
*
|
|
tcp: fix Fast Open snmp over-counting bug
Yuchung Cheng
2015-11-20
1
-1
/
+1
|
*
|
|
tcp: disable Fast Open on timeouts after handshake
Yuchung Cheng
2015-11-20
1
-0
/
+12
|
*
|
|
tcp: md5: fix lockdep annotation
Eric Dumazet
2015-11-18
1
-1
/
+2
|
*
|
|
udp: remove duplicate include
stephen hemminger
2015-11-18
1
-1
/
+0
*
|
|
|
tcp: suppress too verbose messages in tcp_send_ack()
Eric Dumazet
2015-12-02
1
-6
/
+8
*
|
|
|
net: ipmr: add mfc newroute/delroute netlink support
Nikolay Aleksandrov
2015-11-30
1
-0
/
+129
*
|
|
|
net: ipmr: fix setsockopt error return
Nikolay Aleksandrov
2015-11-30
1
-3
/
+5
*
|
|
|
net: ipmr: move pimsm_enabled to pim.h and rename
Nikolay Aleksandrov
2015-11-30
1
-8
/
+3
*
|
|
|
net: ipmr: move struct mr_table and VIF_EXISTS to mroute.h
Nikolay Aleksandrov
2015-11-30
1
-18
/
+0
*
|
|
|
net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum
Nikolay Aleksandrov
2015-11-30
1
-2
/
+0
*
|
|
|
net: remove unnecessary mroute.h includes
Nikolay Aleksandrov
2015-11-30
6
-6
/
+0
*
|
|
|
net/ipv4/ipconfig: Rejoin broken lines in console output
Geert Uytterhoeven
2015-11-24
1
-10
/
+9
*
|
|
|
net: ipmr: factor out common vif init code
Nikolay Aleksandrov
2015-11-23
1
-21
/
+19
*
|
|
|
net: ipmr: rearrange and cleanup setsockopt
Nikolay Aleksandrov
2015-11-23
1
-84
/
+107
*
|
|
|
net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it fails
Nikolay Aleksandrov
2015-11-23
1
-2
/
+0
*
|
|
|
net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES
Nikolay Aleksandrov
2015-11-23
1
-2
/
+2
[next]