index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero
Eric Dumazet
2021-10-28
2
-6
/
+0
*
tcp: do not clear skb->csum if already zero
Eric Dumazet
2021-10-28
3
-3
/
+0
*
tcp: factorize ip_summed setting
Eric Dumazet
2021-10-28
3
-9
/
+2
*
tcp: no longer set skb->reserved_tailroom
Eric Dumazet
2021-10-28
2
-6
/
+0
*
tcp: remove dead code from tcp_collapse_retrans()
Eric Dumazet
2021-10-28
1
-7
/
+3
*
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
2021-10-28
2
-6
/
+7
*
tcp: remove dead code from tcp_sendmsg_locked()
Eric Dumazet
2021-10-28
1
-9
/
+1
*
mptcp: drop unused sk in mptcp_push_release
Geliang Tang
2021-10-27
1
-5
/
+4
*
mptcp: allocate fwd memory separately on the rx and tx path
Paolo Abeni
2021-10-27
2
-145
/
+95
*
net: introduce sk_forward_alloc_get()
Paolo Abeni
2021-10-27
3
-3
/
+3
*
inet: remove races in inet{6}_getname()
Eric Dumazet
2021-10-27
2
-17
/
+20
*
xdp: Remove redundant warning
Yajun Deng
2021-10-27
1
-2
/
+0
*
net: sch: simplify condtion for selecting mini_Qdisc_pair buffer
Seth Forshee
2021-10-27
1
-1
/
+1
*
net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()
Seth Forshee
2021-10-27
1
-19
/
+19
*
net: sched: gred: dynamically allocate tc_gred_qopt_offload
Arnd Bergmann
2021-10-27
1
-20
/
+30
*
Revert "devlink: Remove not-executed trap policer notifications"
Leon Romanovsky
2021-10-27
1
-5
/
+7
*
Revert "devlink: Remove not-executed trap group notifications"
Leon Romanovsky
2021-10-27
1
-5
/
+7
*
net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device
Vladimir Oltean
2021-10-27
2
-164
/
+33
*
net: bridge: create a common function for populating switchdev FDB entries
Vladimir Oltean
2021-10-27
1
-19
/
+22
*
net: bridge: move br_fdb_replay inside br_switchdev.c
Vladimir Oltean
2021-10-27
3
-56
/
+54
*
net: bridge: reduce indentation level in fdb_create
Vladimir Oltean
2021-10-27
1
-14
/
+17
*
net: bridge: rename br_fdb_insert to br_fdb_add_local
Vladimir Oltean
2021-10-27
4
-8
/
+7
*
net: bridge: rename fdb_insert to fdb_add_local
Vladimir Oltean
2021-10-27
1
-7
/
+7
*
net: bridge: remove fdb_insert forward declaration
Vladimir Oltean
2021-10-27
1
-59
/
+57
*
net: bridge: remove fdb_notify forward declaration
Vladimir Oltean
2021-10-27
1
-124
/
+122
*
net: Prevent HW-GRO and LRO features operate together
Ben Ben-ishay
2021-10-26
1
-0
/
+5
*
net: dsa: stop calling dev_hold in dsa_slave_fdb_event
Vladimir Oltean
2021-10-26
1
-3
/
+0
*
net: dsa: flush switchdev workqueue when leaving the bridge
Vladimir Oltean
2021-10-26
1
-0
/
+2
*
mctp: Implement extended addressing
Jeremy Kerr
2021-10-26
2
-35
/
+149
*
net: hsr: Add support for redbox supervision frames
Andreas Oetken
2021-10-26
4
-26
/
+113
*
tcp: remove unneeded code from tcp_stream_alloc_skb()
Eric Dumazet
2021-10-26
1
-3
/
+0
*
tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb
Eric Dumazet
2021-10-26
1
-2
/
+2
*
tcp: rename sk_stream_alloc_skb
Eric Dumazet
2021-10-26
2
-11
/
+11
*
netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrf
Florian Westphal
2021-10-26
2
-1
/
+27
*
tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
Jon Maxwell
2021-10-26
1
-1
/
+1
*
ipv6/tcp: small drop monitor changes
Eric Dumazet
2021-10-25
1
-2
/
+2
*
ipv4: guard IP_MINTTL with a static key
Eric Dumazet
2021-10-25
2
-8
/
+18
*
ipv4: annotate data races arount inet->min_ttl
Eric Dumazet
2021-10-25
2
-3
/
+9
*
ipv6: guard IPV6_MINHOPCOUNT with a static key
Eric Dumazet
2021-10-25
2
-8
/
+19
*
ipv6: annotate data races around np->min_hopcount
Eric Dumazet
2021-10-25
2
-3
/
+8
*
ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
Eric Dumazet
2021-10-25
2
-5
/
+5
*
tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
Eric Dumazet
2021-10-25
2
-6
/
+6
*
bluetooth: use dev_addr_set()
Jakub Kicinski
2021-10-25
1
-1
/
+3
*
bluetooth: use eth_hw_addr_set()
Jakub Kicinski
2021-10-25
1
-1
/
+1
*
net/tls: getsockopt supports complete algorithm list
Tianjia Zhang
2021-10-25
1
-0
/
+42
*
net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work
Vladimir Oltean
2021-10-25
1
-2
/
+0
*
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
2021-10-25
2
-24
/
+53
*
net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error
Vladimir Oltean
2021-10-25
1
-2
/
+2
*
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
2021-10-25
3
-53
/
+26
*
Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...
David S. Miller
2021-10-25
1
-1
/
+1
|
\
[next]