index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-02-02
2
-14
/
+71
|
\
|
*
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
2021-02-02
1
-5
/
+64
|
*
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
2021-02-02
1
-9
/
+7
*
|
net: proc: speedup /proc/net/netstat
Eric Dumazet
2021-01-30
1
-14
/
+36
*
|
ip_gre: add csum offload support for gre header
Xin Long
2021-01-30
1
-2
/
+13
*
|
nexthop: Extract a helper for validation of get/del RTNL requests
Petr Machata
2021-01-29
1
-18
/
+25
*
|
nexthop: Add a callback parameter to rtm_dump_walk_nexthops()
Petr Machata
2021-01-29
1
-10
/
+22
*
|
nexthop: Extract a helper for walking the next-hop tree
Petr Machata
2021-01-29
1
-19
/
+33
*
|
nexthop: Strongly-type context of rtm_dump_nexthop()
Petr Machata
2021-01-29
1
-2
/
+16
*
|
nexthop: Extract a common helper for parsing dump attributes
Petr Machata
2021-01-29
1
-12
/
+19
*
|
nexthop: Extract dump filtering parameters into a single structure
Petr Machata
2021-01-29
1
-20
/
+24
*
|
nexthop: Dispatch notifier init()/fini() by group type
Petr Machata
2021-01-29
1
-6
/
+19
*
|
nexthop: Use enum to encode notification type
Ido Schimmel
2021-01-29
1
-6
/
+8
*
|
nexthop: Assert the invariant that a NH group is of only one type
Petr Machata
2021-01-29
1
-2
/
+5
*
|
nexthop: Introduce to struct nh_grp_entry a per-type union
Petr Machata
2021-01-29
1
-2
/
+2
*
|
nexthop: Dispatch nexthop_select_path() by group type
Petr Machata
2021-01-29
1
-6
/
+16
*
|
nexthop: Rename nexthop_free_mpath
David Ahern
2021-01-29
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-29
4
-8
/
+31
|
\
|
|
*
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
2021-01-24
2
-6
/
+9
|
*
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
2021-01-24
3
-2
/
+22
*
|
udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
Alexander Lobakin
2021-01-24
1
-1
/
+2
*
|
tcp: Add receive timestamp support for receive zerocopy.
Arjun Roy
2021-01-23
1
-32
/
+84
*
|
tcp: Remove CMSG magic numbers for tcp_recvmsg().
Arjun Roy
2021-01-23
1
-4
/
+10
*
|
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2021-01-23
2
-9
/
+25
*
|
ip_gre: remove CRC flag from dev features in gre_gso_segment
Xin Long
2021-01-21
1
-11
/
+4
*
|
udp: not remove the CRC flag from dev features when need_csum is false
Xin Long
2021-01-21
1
-2
/
+2
*
|
nexthop: Specialize rtm_nh_policy
Petr Machata
2021-01-21
1
-14
/
+9
*
|
nexthop: Use a dedicated policy for nh_valid_dump_req()
Petr Machata
2021-01-21
1
-33
/
+27
*
|
nexthop: Use a dedicated policy for nh_valid_get_del_req()
Petr Machata
2021-01-21
1
-17
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
8
-40
/
+39
|
\
|
|
*
tcp: Fix potential use-after-free due to double kfree()
Kuniyuki Iwashima
2021-01-20
1
-2
/
+2
|
*
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
2021-01-20
2
-17
/
+10
|
*
tcp: do not mess with cloned skbs in tcp_add_backlog()
Eric Dumazet
2021-01-20
1
-12
/
+13
|
*
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
2021-01-19
1
-1
/
+1
|
*
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
2021-01-19
1
-1
/
+2
|
*
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
2021-01-19
5
-7
/
+11
*
|
tcp_cubic: use memset and offsetof init
Yejune Deng
2021-01-16
1
-10
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-15
1
-6
/
+1
|
\
|
|
*
esp: avoid unneeded kmap_atomic call
Willem de Bruijn
2021-01-12
1
-6
/
+1
*
|
tcp: assign skb hash after tcp_event_data_sent
Yuchung Cheng
2021-01-14
1
-1
/
+1
*
|
net: ip_tunnel: clean up endianness conversions
Julian Wiedmann
2021-01-09
1
-4
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-08
3
-9
/
+10
|
\
|
|
*
nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
Petr Machata
2021-01-08
1
-1
/
+1
|
*
nexthop: Unlink nexthop group entry in error path
Ido Schimmel
2021-01-08
1
-1
/
+3
|
*
nexthop: Fix off-by-one error in error path
Ido Schimmel
2021-01-08
1
-1
/
+1
|
*
net: ip: always refragment ip defragmented packets
Florian Westphal
2021-01-07
1
-1
/
+1
|
*
net: fix pmtu check in nopmtudisc mode
Florian Westphal
2021-01-07
1
-6
/
+5
*
|
skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}
Jonathan Lemon
2021-01-08
2
-3
/
+3
*
|
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
2021-01-08
1
-1
/
+1
*
|
skbuff: rename sock_zerocopy_* to msg_zerocopy_*
Jonathan Lemon
2021-01-08
2
-2
/
+2
[next]