index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fix premature exit from NAPI state polling in napi_disable()
Alexander Lobakin
2021-11-11
1
-2
/
+5
*
bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
Jussi Maki
2021-11-09
1
-6
/
+30
*
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
2021-11-09
1
-0
/
+22
*
bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
John Fastabend
2021-11-09
2
-8
/
+4
*
devlink: fix flexible_array.cocci warning
Guo Zhengkui
2021-11-05
1
-1
/
+1
*
net: fix possible NULL deref in sock_reserve_memory
Eric Dumazet
2021-11-04
1
-1
/
+1
*
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-03
2
-2
/
+4
*
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
2021-11-03
1
-13
/
+1
*
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-02
2
-4
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-02
1
-0
/
+15
|
\
|
*
cls_flower: Fix inability to match GRE/IPIP packets
Yoshiki Komachi
2021-10-29
1
-0
/
+15
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-02
2
-10
/
+56
|
\
\
|
*
|
skmsg: Lose offset info in sk_psock_skb_ingress
Liu Jian
2021-11-01
1
-10
/
+33
|
*
|
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-10-22
1
-0
/
+23
*
|
|
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-02
2
-2
/
+4
*
|
|
ethtool: don't drop the rtnl_lock half way thru the ioctl
Jakub Kicinski
2021-11-01
1
-38
/
+7
*
|
|
devlink: expose get/put functions
Jakub Kicinski
2021-11-01
1
-3
/
+5
*
|
|
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
2021-11-01
1
-2
/
+0
*
|
|
devlink: make all symbols GPL-only
Jakub Kicinski
2021-10-29
1
-4
/
+4
*
|
|
mctp: Add flow extension to skb
Jeremy Kerr
2021-10-29
1
-0
/
+19
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
6
-17
/
+60
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-10-26
2
-1
/
+15
|
|
\
\
|
|
*
|
skmsg: Extract and reuse sk_msg_is_readable()
Cong Wang
2021-10-26
1
-0
/
+14
|
|
*
|
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-10-23
1
-1
/
+1
|
*
|
|
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
2021-10-26
1
-1
/
+2
|
*
|
|
net-sysfs: initialize uid and gid before calling net_ns_get_ownership
Xin Long
2021-10-25
1
-2
/
+2
|
*
|
|
net: Prevent infinite while loop in skb_tx_hash()
Michael Chan
2021-10-25
1
-0
/
+6
|
*
|
|
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
2021-10-22
2
-13
/
+35
|
|
/
/
*
|
|
devlink: Simplify internal devlink params implementation
Leon Romanovsky
2021-10-28
1
-123
/
+46
*
|
|
xdp: Remove redundant warning
Yajun Deng
2021-10-28
1
-2
/
+0
*
|
|
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: Prevent HW-GRO and LRO features operate together
Ben Ben-ishay
2021-10-27
1
-0
/
+5
*
|
|
net: rtnetlink: use __dev_addr_set()
Jakub Kicinski
2021-10-24
1
-2
/
+2
*
|
|
net: core: constify mac addrs in selftests
Jakub Kicinski
2021-10-24
1
-4
/
+4
*
|
|
devlink: Clean not-executed param notifications
Leon Romanovsky
2021-10-23
1
-4
/
+11
*
|
|
devlink: Remove not-executed trap group notifications
Leon Romanovsky
2021-10-23
1
-7
/
+5
*
|
|
devlink: Remove not-executed trap policer notifications
Leon Romanovsky
2021-10-23
1
-7
/
+5
*
|
|
devlink: Delete obsolete parameters publish API
Leon Romanovsky
2021-10-23
1
-49
/
+8
*
|
|
net/core: Remove unused assignment operations and variable
luo penghao
2021-10-21
1
-2
/
+1
*
|
|
net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.
Sebastian Andrzej Siewior
2021-10-21
1
-6
/
+37
*
|
|
net-core: use netdev_* calls for kernel messages
Jesse Brandeburg
2021-10-20
1
-12
/
+10
*
|
|
devlink: Remove extra device_lock assert checks
Leon Romanovsky
2021-10-19
1
-2
/
+0
*
|
|
net: sched: Allow statistics reads from softirq.
Sebastian Andrzej Siewior
2021-10-19
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-10-18
1
-4
/
+15
|
\
\
\
|
*
|
|
netfilter: Introduce egress hook
Lukas Wunner
2021-10-14
1
-2
/
+13
|
*
|
|
netfilter: Generalize ingress hook include file
Lukas Wunner
2021-10-14
1
-1
/
+1
|
*
|
|
netfilter: Rename ingress hook include file
Lukas Wunner
2021-10-14
1
-1
/
+1
*
|
|
|
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
2021-10-18
2
-28
/
+38
*
|
|
|
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
2021-10-18
2
-45
/
+53
[next]