index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
net: make xps_needed and xps_rxqs_needed static
Vladimir Oltean
2021-03-22
1
-4
/
+2
|
*
|
|
|
|
net: add CONFIG_PCPU_DEV_REFCNT
Eric Dumazet
2021-03-19
1
-0
/
+10
|
*
|
|
|
|
/net/core/: fix misspellings using codespell tool
Xiong Zhenwu
2021-03-18
1
-1
/
+1
|
*
|
|
|
|
net: NULL the old xps map entries when freeing them
Antoine Tenart
2021-03-18
1
-0
/
+1
|
*
|
|
|
|
net: fix use after free in xps
Antoine Tenart
2021-03-18
1
-5
/
+12
|
*
|
|
|
|
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
2021-03-18
1
-77
/
+48
|
*
|
|
|
|
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
2021-03-18
1
-14
/
+11
|
*
|
|
|
|
net: improve queue removal readability in __netif_set_xps_queue
Antoine Tenart
2021-03-18
1
-6
/
+9
|
*
|
|
|
|
net: add an helper to copy xps maps to the new dev_maps
Antoine Tenart
2021-03-18
1
-20
/
+25
|
*
|
|
|
|
net: move the xps maps to an array
Antoine Tenart
2021-03-18
2
-45
/
+34
|
*
|
|
|
|
net: remove the xps possible_mask
Antoine Tenart
2021-03-18
2
-29
/
+15
|
*
|
|
|
|
net: embed nr_ids in the xps maps
Antoine Tenart
2021-03-18
2
-40
/
+43
|
*
|
|
|
|
net: embed num_tc in the xps maps
Antoine Tenart
2021-03-18
2
-50
/
+58
|
*
|
|
|
|
net-sysfs: make xps_cpus_show and xps_rxqs_show consistent
Antoine Tenart
2021-03-18
1
-15
/
+18
|
*
|
|
|
|
net-sysfs: store the return of get_netdev_queue_index in an unsigned int
Antoine Tenart
2021-03-18
1
-4
/
+7
|
*
|
|
|
|
net-sysfs: convert xps_cpus_show to bitmap_zalloc
Antoine Tenart
2021-03-18
1
-6
/
+6
|
*
|
|
|
|
net: export dev_set_threaded symbol
Lorenzo Bianconi
2021-03-15
1
-0
/
+1
|
*
|
|
|
|
flow_dissector: constify raw input data argument
Alexander Lobakin
2021-03-14
1
-19
/
+22
|
*
|
|
|
|
gro: give 'hash' variable in dev_gro_receive() a less confusing name
Alexander Lobakin
2021-03-14
1
-6
/
+6
|
*
|
|
|
|
gro: consistentify napi->gro_hash[x] access in dev_gro_receive()
Alexander Lobakin
2021-03-14
1
-11
/
+11
|
*
|
|
|
|
gro: simplify gro_list_prepare()
Alexander Lobakin
2021-03-14
1
-8
/
+4
|
*
|
|
|
|
skbuff: remove some unnecessary operation in skb_segment_list()
Yunsheng Lin
2021-03-10
1
-12
/
+3
|
*
|
|
|
|
net: core: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-10
1
-0
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-09
5
-305
/
+261
|
|
\
\
\
\
|
|
*
|
|
|
bpf, xdp: Restructure redirect actions
Björn Töpel
2021-03-10
1
-95
/
+75
|
|
*
|
|
|
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
2021-03-10
1
-38
/
+1
|
|
*
|
|
|
bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
Xuesen Huang
2021-03-05
1
-1
/
+10
|
|
*
|
|
|
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Lorenz Bauer
2021-03-04
1
-0
/
+1
|
|
*
|
|
|
skmsg: Get rid of sk_psock_bpf_run()
Cong Wang
2021-02-26
1
-10
/
+4
|
|
*
|
|
|
skmsg: Make __sk_psock_purge_ingress_msg() static
Cong Wang
2021-02-26
1
-1
/
+1
|
|
*
|
|
|
sock_map: Make sock_map_prog_update() static
Cong Wang
2021-02-26
1
-2
/
+5
|
|
*
|
|
|
sock_map: Rename skb_parser and skb_verdict
Cong Wang
2021-02-26
2
-37
/
+37
|
|
*
|
|
|
skmsg: Move sk_redir from TCP_SKB_CB to skb
Cong Wang
2021-02-26
2
-18
/
+21
|
|
*
|
|
|
bpf: Compute data_end dynamically with JIT code
Cong Wang
2021-02-26
2
-21
/
+28
|
|
*
|
|
|
skmsg: Get rid of struct sk_psock_parser
Cong Wang
2021-02-26
2
-41
/
+20
|
|
*
|
|
|
bpf: Clean up sockmap related Kconfigs
Cong Wang
2021-02-26
3
-68
/
+85
|
|
*
|
|
|
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2021-02-26
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
2021-04-20
11
-60
/
+154
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
gro: ensure frag0 meets IP header alignment
Eric Dumazet
2021-04-13
1
-1
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
net: fix hangup on napi_disable for threaded napi
Paolo Abeni
2021-04-09
1
-1
/
+2
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-04-08
1
-7
/
+5
|
|
\
\
\
\
|
|
*
|
|
|
bpf, sockmap: Fix incorrect fwd_alloc accounting
John Fastabend
2021-04-07
1
-7
/
+5
|
*
|
|
|
|
ipv6: report errors for iftoken via netlink extack
Stephen Hemminger
2021-04-08
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
Ong Boon Leong
2021-03-31
1
-1
/
+2
|
*
|
|
|
neighbour: Disregard DEAD dst in neigh_update
Tong Zhu
2021-03-31
1
-1
/
+1
|
*
|
|
|
net: let skb_orphan_partial wake-up waiters.
Paolo Abeni
2021-03-30
1
-9
/
+3
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
net: check all name nodes in __dev_alloc_name
Jiri Bohac
2021-03-18
1
-0
/
+12
|
*
|
|
net: fix race between napi kthread mode and busy poll
Wei Wang
2021-03-17
1
-1
/
+18
|
*
|
|
can: dev: Move device back to init netns on owning netns delete
Martin Willi
2021-03-16
1
-1
/
+1
|
*
|
|
flow_dissector: fix byteorder of dissected ICMP ID
Alexander Lobakin
2021-03-14
1
-1
/
+1
[prev]
[next]