index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-05
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
2
-8
/
+10
2016-01-05
soreuseport: fast reuseport UDP socket selection
Craig Gallek
1
-22
/
+97
2016-01-05
udp: properly support MSG_PEEK with truncated buffers
Eric Dumazet
1
-2
/
+4
2016-01-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+37
2015-12-26
ip_tunnel: Move stats update to iptunnel_xmit()
Pravin B Shelar
5
-20
/
+16
2015-12-23
tcp: honour SO_BINDTODEVICE for TW_RST case too
Florian Westphal
2
-8
/
+11
2015-12-23
tcp: send_reset: test for non-NULL sk first
Florian Westphal
1
-6
/
+5
2015-12-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-9
/
+37
2015-12-23
net: tcp: deal with listen sockets properly in tcp_abort.
Lorenzo Colitti
1
-0
/
+5
2015-12-19
ipip: ioctl: Remove superfluous IP-TTL handling.
Pravin B Shelar
1
-3
/
+0
2015-12-19
tcp: diag: add support for request sockets to tcp_abort()
Eric Dumazet
1
-0
/
+9
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+0
2015-12-18
net: Allow accepted sockets to be bound to l3mdev domain
David Ahern
4
-3
/
+15
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-15
/
+29
2015-12-17
tcp: restore fastopen with no data in SYN packet
Eric Dumazet
1
-11
/
+12
2015-12-17
fou: clean up socket with kfree_rcu
Hannes Frederic Sowa
1
-1
/
+2
2015-12-16
net: diag: Support destroying TCP sockets.
Lorenzo Colitti
4
-0
/
+65
2015-12-16
net: diag: Support SOCK_DESTROY for inet sockets.
Lorenzo Colitti
1
-8
/
+15
2015-12-16
net: diag: split inet_diag_dump_one_icsk into two
Lorenzo Colitti
1
-15
/
+27
2015-12-16
tcp: Fix conditions to determine checksum offload
Tom Herbert
1
-2
/
+2
2015-12-16
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
4
-5
/
+8
2015-12-16
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
1
-2
/
+2
2015-12-15
net: fix IP early demux races
Eric Dumazet
1
-3
/
+2
2015-12-15
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
1
-0
/
+3
2015-12-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
15
-398
/
+458
2015-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2015-12-14
net: Flush local routes when device changes vrf association
David Ahern
1
-0
/
+9
2015-12-10
netfilter: nf_dup: add missing dependencies with NF_CONNTRACK
Pablo Neira Ayuso
1
-0
/
+1
2015-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-27
/
+49
2015-12-03
ipv4: igmp: Allow removing groups from a removed interface
Andrew Lunn
1
-2
/
+3
2015-12-03
tcp: suppress too verbose messages in tcp_send_ack()
Eric Dumazet
1
-6
/
+8
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-4
/
+3
2015-11-30
tcp: initialize tp->copied_seq in case of cross SYN connection
Eric Dumazet
1
-0
/
+1
2015-11-30
net: ipmr: add mfc newroute/delroute netlink support
Nikolay Aleksandrov
1
-0
/
+129
2015-11-30
net: ipmr: fix setsockopt error return
Nikolay Aleksandrov
1
-3
/
+5
2015-11-30
net: ipmr: move pimsm_enabled to pim.h and rename
Nikolay Aleksandrov
1
-8
/
+3
2015-11-30
net: ipmr: move struct mr_table and VIF_EXISTS to mroute.h
Nikolay Aleksandrov
1
-18
/
+0
2015-11-30
net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum
Nikolay Aleksandrov
1
-2
/
+0
2015-11-30
net: remove unnecessary mroute.h includes
Nikolay Aleksandrov
6
-6
/
+0
2015-11-25
net: ipmr, ip6mr: fix vif/tunnel failure race condition
Nikolay Aleksandrov
1
-8
/
+0
2015-11-24
net/ipv4/ipconfig: Rejoin broken lines in console output
Geert Uytterhoeven
1
-10
/
+9
2015-11-23
net: ipmr: factor out common vif init code
Nikolay Aleksandrov
1
-21
/
+19
2015-11-23
net: ipmr: rearrange and cleanup setsockopt
Nikolay Aleksandrov
1
-84
/
+107
2015-11-23
net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it fails
Nikolay Aleksandrov
1
-2
/
+0
2015-11-23
net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES
Nikolay Aleksandrov
1
-2
/
+2
2015-11-23
net: ipmr: make ip_mroute_getsockopt more understandable
Nikolay Aleksandrov
1
-14
/
+14
2015-11-23
net: ipmr: fix code and comment style
Nikolay Aleksandrov
1
-105
/
+37
2015-11-23
net: ipmr: remove some pimsm ifdefs and simplify
Nikolay Aleksandrov
1
-96
/
+84
2015-11-23
net: ipmr: always define mroute_reg_vif_num
Nikolay Aleksandrov
1
-8
/
+0
2015-11-23
net: ipmr: move the tbl id check in ipmr_new_table
Nikolay Aleksandrov
1
-11
/
+17
[next]