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-08
ipv4: Prepare fib_config for IPv6 gateway
David Ahern
2
-17
/
+31
2019-04-08
ipv4: Prepare rtable for IPv6 gateway
David Ahern
5
-30
/
+34
2019-04-08
net: Replace nhc_has_gw with nhc_gw_family
David Ahern
2
-16
/
+14
2019-04-08
netfilter: nf_tables: merge route type into core
Florian Westphal
3
-98
/
+0
2019-04-08
datagram: remove rendundant 'peeked' argument
Paolo Abeni
1
-12
/
+7
2019-04-08
xfrm: store xfrm_mode directly, not its address
Florian Westphal
3
-3
/
+3
2019-04-08
xfrm: make xfrm modes builtin
Florian Westphal
6
-147
/
+2
2019-04-08
xfrm: remove afinfo pointer from xfrm_mode
Florian Westphal
1
-1
/
+11
2019-04-08
xfrm: remove output2 indirection from xfrm_mode
Florian Westphal
2
-112
/
+0
2019-04-08
xfrm: remove input2 indirection from xfrm_mode
Florian Westphal
2
-86
/
+0
2019-04-08
xfrm: remove gso_segment indirection from xfrm_mode
Florian Westphal
3
-27
/
+39
2019-04-08
xfrm: remove xmit indirection from xfrm_mode
Florian Westphal
2
-27
/
+0
2019-04-08
xfrm: remove output indirection from xfrm_mode
Florian Westphal
4
-39
/
+0
2019-04-08
xfrm: remove input indirection from xfrm_mode
Florian Westphal
3
-25
/
+0
2019-04-08
xfrm: prefer family stored in xfrm_mode struct
Florian Westphal
1
-1
/
+1
2019-04-08
xfrm: place af number into xfrm_mode struct
Florian Westphal
3
-15
/
+9
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
[prev]
[next]