index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2021-02-04
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
2
-3
/
+9
2021-02-04
net: use indirect call helpers for dst_mtu
Brian Vazquez
1
-2
/
+4
2021-02-04
net: use indirect call helpers for dst_output
Brian Vazquez
1
-0
/
+1
2021-02-04
net: use indirect call helpers for dst_input
Brian Vazquez
1
-0
/
+1
2021-02-03
inet: do not export inet_gro_{receive|complete}
Eric Dumazet
1
-3
/
+0
2021-02-03
net: ipv4: Emit notification when fib hardware flags are changed
Amit Cohen
3
-0
/
+38
2021-02-03
net: ipv4: Publish fib_nlmsg_size()
Amit Cohen
2
-1
/
+2
2021-02-03
net: ipv4: Pass fib_rt_info as const to fib_dump_info()
Amit Cohen
2
-2
/
+2
2021-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-14
/
+71
2021-02-02
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
1
-5
/
+64
2021-02-02
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
1
-9
/
+7
2021-01-30
net: proc: speedup /proc/net/netstat
Eric Dumazet
1
-14
/
+36
2021-01-30
ip_gre: add csum offload support for gre header
Xin Long
1
-2
/
+13
2021-01-29
nexthop: Extract a helper for validation of get/del RTNL requests
Petr Machata
1
-18
/
+25
2021-01-29
nexthop: Add a callback parameter to rtm_dump_walk_nexthops()
Petr Machata
1
-10
/
+22
2021-01-29
nexthop: Extract a helper for walking the next-hop tree
Petr Machata
1
-19
/
+33
2021-01-29
nexthop: Strongly-type context of rtm_dump_nexthop()
Petr Machata
1
-2
/
+16
2021-01-29
nexthop: Extract a common helper for parsing dump attributes
Petr Machata
1
-12
/
+19
2021-01-29
nexthop: Extract dump filtering parameters into a single structure
Petr Machata
1
-20
/
+24
2021-01-29
nexthop: Dispatch notifier init()/fini() by group type
Petr Machata
1
-6
/
+19
2021-01-29
nexthop: Use enum to encode notification type
Ido Schimmel
1
-6
/
+8
2021-01-29
nexthop: Assert the invariant that a NH group is of only one type
Petr Machata
1
-2
/
+5
2021-01-29
nexthop: Introduce to struct nh_grp_entry a per-type union
Petr Machata
1
-2
/
+2
2021-01-29
nexthop: Dispatch nexthop_select_path() by group type
Petr Machata
1
-6
/
+16
2021-01-29
nexthop: Rename nexthop_free_mpath
David Ahern
1
-2
/
+2
2021-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-8
/
+31
2021-01-24
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
2
-6
/
+9
2021-01-24
udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
Alexander Lobakin
1
-1
/
+2
2021-01-24
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
3
-2
/
+22
2021-01-23
tcp: Add receive timestamp support for receive zerocopy.
Arjun Roy
1
-32
/
+84
2021-01-23
tcp: Remove CMSG magic numbers for tcp_recvmsg().
Arjun Roy
1
-4
/
+10
2021-01-23
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2
-9
/
+25
2021-01-21
ip_gre: remove CRC flag from dev features in gre_gso_segment
Xin Long
1
-11
/
+4
2021-01-21
udp: not remove the CRC flag from dev features when need_csum is false
Xin Long
1
-2
/
+2
2021-01-21
nexthop: Specialize rtm_nh_policy
Petr Machata
1
-14
/
+9
2021-01-21
nexthop: Use a dedicated policy for nh_valid_dump_req()
Petr Machata
1
-33
/
+27
2021-01-21
nexthop: Use a dedicated policy for nh_valid_get_del_req()
Petr Machata
1
-17
/
+9
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-40
/
+39
2021-01-20
tcp: Fix potential use-after-free due to double kfree()
Kuniyuki Iwashima
1
-2
/
+2
2021-01-20
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
2
-17
/
+10
2021-01-20
tcp: do not mess with cloned skbs in tcp_add_backlog()
Eric Dumazet
1
-12
/
+13
2021-01-20
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-20
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-19
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
5
-7
/
+11
2021-01-16
tcp_cubic: use memset and offsetof init
Yejune Deng
1
-10
/
+1
2021-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+1
2021-01-14
tcp: assign skb hash after tcp_event_data_sent
Yuchung Cheng
1
-1
/
+1
2021-01-12
esp: avoid unneeded kmap_atomic call
Willem de Bruijn
1
-6
/
+1
2021-01-09
net: ip_tunnel: clean up endianness conversions
Julian Wiedmann
1
-4
/
+5
2021-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-9
/
+10
[next]