Age | Commit message (Expand) | Author |
2020-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-10-01 | bpf: Fix "unresolved symbol" build error with resolve_btfids | Yonghong Song |
2020-09-30 | drop_monitor: Filter control packets in drop monitor | Ido Schimmel |
2020-09-30 | drop_monitor: Remove duplicate struct | Ido Schimmel |
2020-09-30 | drop_monitor: Remove no longer used functions | Ido Schimmel |
2020-09-30 | drop_monitor: Convert to using devlink tracepoint | Ido Schimmel |
2020-09-30 | drop_monitor: Prepare probe functions for devlink tracepoint | Ido Schimmel |
2020-09-30 | devlink: Add a tracepoint for trap reports | Ido Schimmel |
2020-09-30 | bpf: Add redirect_neigh helper as redirect drop-in | Daniel Borkmann |
2020-09-30 | bpf, net: Rework cookie generator as per-cpu one | Daniel Borkmann |
2020-09-30 | bpf: Add classid helper only based on skb->sk | Daniel Borkmann |
2020-09-29 | net: Add netif_rx_any_context() | Sebastian Andrzej Siewior |
2020-09-28 | bpf: sockmap: Enable map_update_elem from bpf_iter | Lorenz Bauer |
2020-09-28 | net: core: add nested_level variable in net_device | Taehee Yoo |
2020-09-28 | net: core: introduce struct netdev_nested_priv for nested interface infrastru... | Taehee Yoo |
2020-09-28 | net: core: add __netdev_upper_dev_unlink() | Taehee Yoo |
2020-09-26 | net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case | Vladimir Oltean |
2020-09-26 | net: dsa: make the .flow_dissect tagger callback return void | Vladimir Oltean |
2020-09-25 | devlink: introduce flash update overwrite mask | Jacob Keller |
2020-09-25 | devlink: convert flash_update to use params structure | Jacob Keller |
2020-09-25 | devlink: check flash_update parameter support in net core | Jacob Keller |
2020-09-25 | bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON | Martin KaFai Lau |
2020-09-25 | bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON | Martin KaFai Lau |
2020-09-25 | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON | Martin KaFai Lau |
2020-09-25 | bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_... | Martin KaFai Lau |
2020-09-25 | bpf: Enable bpf_skc_to_* sock casting helper to networking prog type | Martin KaFai Lau |
2020-09-24 | mptcp: add sk_stop_timer_sync helper | Geliang Tang |
2020-09-23 | net: fix a new kernel-doc warning at dev.c | Mauro Carvalho Chehab |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-09-22 | devlink: Enhance policy to validate port type input value | Parav Pandit |
2020-09-22 | devlink: Enhance policy to validate eswitch mode value | Parav Pandit |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-21 | bpf: Using rcu_read_lock for bpf_sk_storage_map iterator | Yonghong Song |
2020-09-21 | bpf: Allow specifying a BTF ID per argument in function protos | Lorenz Bauer |
2020-09-21 | net-sysfs: add backlog len and CPU id to softnet data | Paolo Abeni |
2020-09-20 | net: remove unnecessary NULL checking in napi_consume_skb() | Yunsheng Lin |
2020-09-18 | net: devlink: region: Pass the region ops to the snapshot function | Andrew Lunn |
2020-09-18 | net: core: delete duplicated words | Randy Dunlap |
2020-09-18 | devlink: collect flash notify params into a struct | Shannon Nelson |
2020-09-18 | devlink: add timeout information to status_notify | Shannon Nelson |
2020-09-18 | net: use exponential backoff in netdev_wait_allrefs | Francesco Ruggeri |
2020-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-09-15 | bpf: Mutex protect used_maps array and count | YiFei Zhu |
2020-09-15 | bpf: Bpf_skc_to_* casting helpers require a NULL check on sk | Martin KaFai Lau |
2020-09-15 | devlink: introduce the health reporter test command | Jiri Pirko |
2020-09-14 | __netif_receive_skb_core: don't untag vlan from skb on DSA master | Vladimir Oltean |
2020-09-14 | ipv4: Initialize flowi4_multipath_hash in data path | David Ahern |
2020-09-14 | net: try to avoid unneeded backlog flush | Paolo Abeni |
2020-09-10 | tcp: simplify _bpf_setsockopt(): Remove flags argument | Neal Cardwell |
2020-09-10 | tcp: simplify tcp_set_congestion_control(): Always reinitialize | Neal Cardwell |