index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c
Ye Bin
1
-2
/
+2
2020-10-01
pktgen: Fix inconsistent of format with argument type in pktgen.c
Ye Bin
1
-5
/
+5
2020-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-95
/
+380
2020-10-01
bpf: Fix "unresolved symbol" build error with resolve_btfids
Yonghong Song
1
-0
/
+6
2020-09-30
drop_monitor: Filter control packets in drop monitor
Ido Schimmel
2
-7
/
+7
2020-09-30
drop_monitor: Remove duplicate struct
Ido Schimmel
1
-17
/
+10
2020-09-30
drop_monitor: Remove no longer used functions
Ido Schimmel
1
-142
/
+0
2020-09-30
drop_monitor: Convert to using devlink tracepoint
Ido Schimmel
2
-40
/
+40
2020-09-30
drop_monitor: Prepare probe functions for devlink tracepoint
Ido Schimmel
1
-0
/
+146
2020-09-30
devlink: Add a tracepoint for trap reports
Ido Schimmel
1
-0
/
+25
2020-09-30
bpf: Add redirect_neigh helper as redirect drop-in
Daniel Borkmann
1
-15
/
+261
2020-09-30
bpf, net: Rework cookie generator as per-cpu one
Daniel Borkmann
4
-15
/
+20
2020-09-30
bpf: Add classid helper only based on skb->sk
Daniel Borkmann
1
-0
/
+21
2020-09-29
net: Add netif_rx_any_context()
Sebastian Andrzej Siewior
1
-0
/
+15
2020-09-28
bpf: sockmap: Enable map_update_elem from bpf_iter
Lorenz Bauer
1
-0
/
+3
2020-09-28
net: core: add nested_level variable in net_device
Taehee Yoo
2
-19
/
+78
2020-09-28
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
1
-22
/
+37
2020-09-28
net: core: add __netdev_upper_dev_unlink()
Taehee Yoo
1
-10
/
+16
2020-09-26
net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case
Vladimir Oltean
1
-2
/
+8
2020-09-26
net: dsa: make the .flow_dissect tagger callback return void
Vladimir Oltean
1
-2
/
+2
2020-09-25
devlink: introduce flash update overwrite mask
Jacob Keller
1
-1
/
+16
2020-09-25
devlink: convert flash_update to use params structure
Jacob Keller
1
-6
/
+8
2020-09-25
devlink: check flash_update parameter support in net core
Jacob Keller
1
-2
/
+13
2020-09-25
bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-2
/
+2
2020-09-25
bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-4
/
+4
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-23
/
+6
2020-09-25
bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...
Martin KaFai Lau
1
-16
/
+14
2020-09-25
bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
Martin KaFai Lau
1
-20
/
+49
2020-09-24
mptcp: add sk_stop_timer_sync helper
Geliang Tang
1
-0
/
+7
2020-09-23
net: fix a new kernel-doc warning at dev.c
Mauro Carvalho Chehab
1
-2
/
+2
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-68
/
+316
2020-09-22
devlink: Enhance policy to validate port type input value
Parav Pandit
1
-3
/
+2
2020-09-22
devlink: Enhance policy to validate eswitch mode value
Parav Pandit
1
-1
/
+2
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-23
/
+24
2020-09-21
bpf: Using rcu_read_lock for bpf_sk_storage_map iterator
Yonghong Song
1
-18
/
+13
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2
-28
/
+11
2020-09-21
net-sysfs: add backlog len and CPU id to softnet data
Paolo Abeni
1
-2
/
+13
2020-09-20
net: remove unnecessary NULL checking in napi_consume_skb()
Yunsheng Lin
1
-3
/
+0
2020-09-18
net: devlink: region: Pass the region ops to the snapshot function
Andrew Lunn
1
-1
/
+1
2020-09-18
net: core: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-09-18
devlink: collect flash notify params into a struct
Shannon Nelson
1
-23
/
+31
2020-09-18
devlink: add timeout information to status_notify
Shannon Nelson
1
-6
/
+23
2020-09-18
net: use exponential backoff in netdev_wait_allrefs
Francesco Ruggeri
1
-2
/
+10
2020-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-9
/
+9
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
1
-3
/
+8
2020-09-15
bpf: Bpf_skc_to_* casting helpers require a NULL check on sk
Martin KaFai Lau
1
-7
/
+7
2020-09-15
devlink: introduce the health reporter test command
Jiri Pirko
1
-0
/
+30
2020-09-14
__netif_receive_skb_core: don't untag vlan from skb on DSA master
Vladimir Oltean
1
-1
/
+2
2020-09-14
ipv4: Initialize flowi4_multipath_hash in data path
David Ahern
1
-0
/
+1
2020-09-14
net: try to avoid unneeded backlog flush
Paolo Abeni
1
-4
/
+47
[prev]
[next]