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-11
net: fou: remove redundant code in gue_udp_recv
Lorenzo Bianconi
1
-3
/
+1
2019-04-10
fou: correct spelling of encapsulation
Simon Horman
1
-2
/
+2
2019-04-10
ipv4: Handle RTA_GATEWAY set to 0
David Ahern
2
-2
/
+4
2019-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+10
2019-04-08
net: ip_gre: fix possible use-after-free in erspan_rcv
Lorenzo Bianconi
1
-5
/
+10
2019-04-08
ipv4: Allow ipv6 gateway with ipv4 routes
David Ahern
2
-8
/
+121
2019-04-08
ipv4: Flag fib_info with a fib_nh using IPv6 gateway
David Ahern
1
-0
/
+2
2019-04-08
ipv4: Handle ipv6 gateway in fib_good_nh
David Ahern
1
-2
/
+8
2019-04-08
ipv4: Handle ipv6 gateway in fib_detect_death
David Ahern
1
-1
/
+9
2019-04-08
ipv4: Handle ipv6 gateway in ipv4_confirm_neigh
David Ahern
1
-4
/
+6
2019-04-08
ipv4: Add helpers for neigh lookup for nexthop
David Ahern
2
-17
/
+23
2019-04-08
neighbor: Add skip_cache argument to neigh_output
David Ahern
1
-1
/
+1
2019-04-08
ipv4: Add fib_check_nh_v6_gw
David Ahern
1
-0
/
+27
2019-04-08
ipv4: Refactor fib_check_nh
David Ahern
1
-109
/
+125
2019-04-08
ipv4: Add support to fib_config for IPv6 gateway
David Ahern
1
-6
/
+23
2019-04-08
ipv4: Add support to rtable for ipv6 gateway
David Ahern
2
-5
/
+28
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
datagram: remove rendundant 'peeked' argument
Paolo Abeni
1
-12
/
+7
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-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-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
[next]