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.12.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
2017-04-07
net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
Florian Larysch
1
-4
/
+9
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-40
/
+31
2017-04-06
tcp: fix reordering SNMP under-counting
Yuchung Cheng
1
-13
/
+14
2017-04-06
tcp: fix lost retransmit SNMP under-counting
Yuchung Cheng
1
-1
/
+2
2017-04-05
net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14
Gao Feng
3
-12
/
+11
2017-04-04
tcp: minimize false-positives on TCP/GRO check
Marcelo Ricardo Leitner
1
-5
/
+9
2017-03-31
net: tcp: Refine the __tcp_select_window
Gao Feng
1
-5
/
+3
2017-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-18
/
+2
2017-03-29
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
1
-0
/
+1
2017-03-29
net: devinet: Add support for RTM_DELNETCONF
David Ahern
1
-11
/
+21
2017-03-29
net: devinet: Refactor inet_netconf_notify_devconf to take event
David Ahern
2
-17
/
+27
2017-03-28
net: ipconfig: fix ic_close_devs() use-after-free
Mark Rutland
1
-1
/
+1
2017-03-27
netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register
Gao Feng
1
-18
/
+1
2017-03-27
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
Liping Zhang
1
-0
/
+1
2017-03-25
ping: implement proper locking
Eric Dumazet
1
-2
/
+3
2017-03-25
tcp: Record Rx hash and NAPI ID in tcp_child_process
Alexander Duyck
2
-2
/
+4
2017-03-24
net: Add sysctl to toggle early demux for tcp and udp
subashab@codeaurora.org
4
-5
/
+77
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-24
/
+35
2017-03-23
inet: frag: release spinlock before calling icmp_send()
Eric Dumazet
1
-8
/
+17
2017-03-23
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2
-1
/
+2
2017-03-23
ipv4: provide stronger user input validation in nl_fib_input()
Eric Dumazet
1
-1
/
+2
2017-03-22
net: tcp: Permit user set TCP_MAXSEG to default value
Gao Feng
1
-1
/
+1
2017-03-22
neighbour: fix nlmsg_pid in notifications
Roopa Prabhu
1
-3
/
+3
2017-03-22
net: ipv4: add support for ECMP hash policy choice
Nikolay Aleksandrov
4
-48
/
+83
2017-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
5
-29
/
+14
2017-03-17
netfilter: refcounter conversions
Reshetova, Elena
1
-9
/
+10
2017-03-17
tcp: tcp_get_info() should read tcp_time_stamp later
Eric Dumazet
1
-1
/
+2
2017-03-17
tcp: remove tcp_tw_recycle
Soheil Hassas Yeganeh
4
-46
/
+7
2017-03-17
tcp: remove per-destination timestamp cache
Soheil Hassas Yeganeh
4
-169
/
+10
2017-03-17
tcp_westwood: fix tcp_westwood_info() style mistakes
chun Long
1
-2
/
+2
2017-03-16
ipv4: fib_rules: Dump FIB rules when registering FIB notifier
Ido Schimmel
1
-3
/
+16
2017-03-16
ipv4: fib_rules: Add notifier info to FIB rules notifications
Ido Schimmel
1
-5
/
+8
2017-03-16
ipv4: fib_rules: Check if rule is a default rule
Ido Schimmel
1
-0
/
+21
2017-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-13
/
+12
2017-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-10
/
+19
2017-03-14
dccp/tcp: fix routing redirect race
Jon Maxwell
1
-1
/
+2
2017-03-13
netfilter: nft_fib: Support existence check
Phil Sutter
1
-2
/
+2
2017-03-13
netfilter: nf_tables: fix mismatch in big-endian system
Liping Zhang
2
-8
/
+8
2017-03-13
net: Eliminate duplicated codes by creating one new function in_dev_select_addr
Gao Feng
1
-14
/
+18
2017-03-10
ipv4: fib: Remove redundant argument
Ido Schimmel
3
-14
/
+10
2017-03-10
ipv4: fib: Move FIB notification code to a separate file
Ido Schimmel
4
-96
/
+98
2017-03-10
udp: avoid ufo handling on IP payload compression packets
Alexey Kodanev
1
-1
/
+1
2017-03-10
tcp: rename *_sequence_number() to *_seq_and_tsoff()
Alexey Kodanev
2
-13
/
+13
2017-03-10
net: Work around lockdep limitation in sockets that use sockets
David Howells
2
-3
/
+4
2017-03-10
net/tunnel: set inner protocol in network gro hooks
Paolo Abeni
1
-1
/
+3
2017-03-08
netfilter: nf_reject: remove unused variable
Taehee Yoo
1
-3
/
+0
2017-03-08
netfilter: don't track fragmented packets
Florian Westphal
2
-5
/
+4
2017-03-08
tcp: fix various issues for sockets morphing to listen state
Eric Dumazet
2
-4
/
+9
2017-03-06
netfilter: arp_tables: remove redundant check on ret being non-zero
Colin Ian King
1
-2
/
+0
2017-03-06
netfilter: Use pr_cont where appropriate
Joe Perches
1
-13
/
+2
[next]