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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-07
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
1
-1
/
+0
2019-04-06
tcp: remove redundant check on tskb
Colin Ian King
1
-5
/
+2
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-25
/
+25
2019-04-04
tcp: Accept ECT on SYN in the presence of RFC8311
Tilmans, Olivier (Nokia - BE/Antwerp)
1
-1
/
+6
2019-04-04
tcp: Ensure DCTCP reacts to losses
Koen De Schepper
1
-18
/
+18
2019-04-04
net: use kfree_skb_list() from ip_do_fragment()
Pablo Neira Ayuso
1
-5
/
+2
2019-04-03
ipv6: Flip to fib_nexthop_info
David Ahern
1
-5
/
+17
2019-04-03
ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_common
David Ahern
1
-20
/
+32
2019-04-03
ipv4: Refactor nexthop attributes in fib_dump_info
David Ahern
1
-59
/
+107
2019-04-03
ipv4: Add fib_nh_common to fib_result
David Ahern
5
-33
/
+72
2019-04-03
ipv4: Update fib_table_lookup tracepoint to take common nexthop
David Ahern
1
-1
/
+1
2019-04-02
xfrm4: Fix uninitialized memory read in _decode_session4
Steffen Klassert
1
-11
/
+13
2019-04-01
net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct
Xin Long
1
-1
/
+1
2019-04-01
vrf: check accept_source_route on the original netdevice
Stephen Suryaputra
2
-6
/
+5
2019-04-01
tcp: fix a potential NULL pointer dereference in tcp_sk_exit
Dust Li
1
-1
/
+2
2019-03-29
tcp: cleanup sk_tx_skb_cache before reuse
Eric Dumazet
1
-0
/
+2
2019-03-29
net: Use common nexthop init and release helpers
David Ahern
1
-21
/
+39
2019-03-29
net: Add fib_nh_common and update fib_nh and fib6_nh
David Ahern
1
-1
/
+6
2019-03-29
ipv4: Rename fib_nh entries
David Ahern
4
-134
/
+135
2019-03-29
ipv4: Create cleanup helper for fib_nh
David Ahern
1
-12
/
+17
2019-03-29
ipv4: Create init helper for fib_nh
David Ahern
1
-89
/
+91
2019-03-29
ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper
David Ahern
2
-27
/
+8
2019-03-29
ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabled
David Ahern
1
-6
/
+9
2019-03-27
inet: switch IP ID generator to siphash
Eric Dumazet
1
-5
/
+7
2019-03-27
tcp: fix zerocopy and notsent_lowat issues
Eric Dumazet
1
-10
/
+3
2019-03-27
fou: Support binding FoU socket
Kristian Evensen
1
-16
/
+122
2019-03-26
esp4: add length check for UDP encapsulation
Sabrina Dubroca
1
-5
/
+15
2019-03-24
vti4: eliminated some duplicate code.
Jeremy Sowden
1
-38
/
+22
2019-03-24
xfrm: gso partial offload support
Boris Pismenny
1
-3
/
+7
2019-03-23
tcp: add one skb cache for rx
Eric Dumazet
3
-2
/
+17
2019-03-23
tcp: add one skb cache for tx
Eric Dumazet
1
-27
/
+23
2019-03-23
tcp: remove conditional branches from tcp_mstamp_refresh()
Eric Dumazet
1
-6
/
+2
2019-03-22
genetlink: make policy common to family
Johannes Berg
2
-5
/
+2
2019-03-21
net: dst: remove gc leftovers
Julian Wiedmann
1
-1
/
+1
2019-03-21
ipv4: Allow amount of dirty memory from fib resizing to be controllable
David Ahern
2
-6
/
+17
2019-03-21
vti4: removed duplicate log message.
Jeremy Sowden
1
-3
/
+1
2019-03-21
vti4: ipip tunnel deregistration fixes.
Jeremy Sowden
1
-2
/
+3
2019-03-19
tcp: free request sock directly upon TFO or syncookies error
Guillaume Nault
2
-12
/
+10
2019-03-11
tcp: Don't access TCP_SKB_CB before initializing it
Christoph Paasch
1
-8
/
+1
2019-03-08
tcp: handle inet_csk_reqsk_queue_add() failures
Guillaume Nault
2
-2
/
+13
2019-03-08
fou, fou6: avoid uninit-value in gue_err() and gue6_err()
Eric Dumazet
1
-2
/
+2
2019-03-08
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
Xin Long
1
-0
/
+4
2019-03-08
xfrm: Reset secpath in xfrm failure
Myungho Jung
1
-3
/
+5
2019-03-06
tcp: do not report TCP_CM_INQ of 0 for closed connections
Soheil Hassas Yeganeh
1
-0
/
+5
2019-03-06
tcp: detecting the misuse of .sendpage for Slab objects
Vasily Averin
1
-0
/
+4
2019-03-06
iptunnel: NULL pointer deref for ip_md_tunnel_xmit
Alan Maguire
1
-3
/
+6
2019-03-06
ipv4/route: fail early when inet dev is missing
Paolo Abeni
1
-4
/
+5
2019-03-04
net: ignore sysctl_devconf_inherit_init_net without SYSCTL
Arnd Bergmann
1
-1
/
+3
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-902
/
+6
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-20
/
+61
[prev]
[next]