- bb2882b net: core: Correct function name netevent_unregister_notifier() in the kerneldoc by Xiongfeng Wang · 4 years ago
- af82508 net: core: Correct function name dev_uc_flush() in the kerneldoc by Xiongfeng Wang · 4 years ago
- 6c996e1 net: change netdev_unregister_timeout_secs min value to 1 by Dmitry Vyukov · 4 years ago
- 897b9fa net: core: Fix a typo in dev_addr_lists.c by Lu Wei · 4 years ago
- 241949e Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years ago
- efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
- ddb94ea net: resolve forwarding path from virtual netdevice and HW destination address by Pablo Neira Ayuso · 4 years ago
- 5aa3afe net: make unregister netdev warning timeout configurable by Dmitry Vyukov · 4 years ago
- add2d73 net: set initial device refcount to 1 by Eric Dumazet · 4 years ago
- 7f08ec6 net-sysfs: remove possible sleep from an RCU read-side critical section by Antoine Tenart · 4 years ago
- 744b837 net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h by Vladimir Oltean · 4 years ago
- 5da9ace3 net: make xps_needed and xps_rxqs_needed static by Vladimir Oltean · 4 years ago
- 919067c net: add CONFIG_PCPU_DEV_REFCNT by Eric Dumazet · 4 years ago
- a835f90 /net/core/: fix misspellings using codespell tool by Xiong Zhenwu · 4 years ago
- 75b2758 net: NULL the old xps map entries when freeing them by Antoine Tenart · 4 years ago
- 2d05bf0 net: fix use after free in xps by Antoine Tenart · 4 years ago
- 2db6cda net-sysfs: move the xps cpus/rxqs retrieval in a common function by Antoine Tenart · 4 years ago
- d7be87a net-sysfs: move the rtnl unlock up in the xps show helpers by Antoine Tenart · 4 years ago
- 132f743 net: improve queue removal readability in __netif_set_xps_queue by Antoine Tenart · 4 years ago
- 402fbb9 net: add an helper to copy xps maps to the new dev_maps by Antoine Tenart · 4 years ago
- 044ab86 net: move the xps maps to an array by Antoine Tenart · 4 years ago
- 6f36158 net: remove the xps possible_mask by Antoine Tenart · 4 years ago
- 5478fcd net: embed nr_ids in the xps maps by Antoine Tenart · 4 years ago
- 255c04a net: embed num_tc in the xps maps by Antoine Tenart · 4 years ago
- 73f5e52 net-sysfs: make xps_cpus_show and xps_rxqs_show consistent by Antoine Tenart · 4 years ago
- d9a063d2 net-sysfs: store the return of get_netdev_queue_index in an unsigned int by Antoine Tenart · 4 years ago
- ea4fe7e net-sysfs: convert xps_cpus_show to bitmap_zalloc by Antoine Tenart · 4 years ago
- 6c015a2 net: check all name nodes in __dev_alloc_name by Jiri Bohac · 4 years ago
- cb03835 net: fix race between napi kthread mode and busy poll by Wei Wang · 4 years ago
- 3a5ca85 can: dev: Move device back to init netns on owning netns delete by Martin Willi · 4 years ago
- 8f64860 net: export dev_set_threaded symbol by Lorenzo Bianconi · 4 years ago
- 6503b9f bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt by Manu Bretelle · 4 years ago
- f96533c flow_dissector: constify raw input data argument by Alexander Lobakin · 4 years ago
- d0eed5c gro: give 'hash' variable in dev_gro_receive() a less confusing name by Alexander Lobakin · 4 years ago
- 9dc2c31 gro: consistentify napi->gro_hash[x] access in dev_gro_receive() by Alexander Lobakin · 4 years ago
- 0ccf4d5 gro: simplify gro_list_prepare() by Alexander Lobakin · 4 years ago
- a25f822 flow_dissector: fix byteorder of dissected ICMP ID by Alexander Lobakin · 4 years ago
- b80350f net: sock: simplify tw proto registration by Tonghao Zhang · 4 years ago
- 9398e9c drop_monitor: Perform cleanup upon probe registration failure by Ido Schimmel · 4 years ago
- 547fd08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years ago
- 1ddc322 skbuff: remove some unnecessary operation in skb_segment_list() by Yunsheng Lin · 4 years ago
- b1866bf net: core: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years ago
- a188bb5 net, bpf: Fix ip6ip6 crash with collect_md populated skbs by Daniel Borkmann · 4 years ago
- c4c877b net: Consolidate common blackhole dst ops by Daniel Borkmann · 4 years ago
- c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years ago
- ee75aef bpf, xdp: Restructure redirect actions by Björn Töpel · 4 years ago
- e6a4750 bpf, xdp: Make bpf_redirect_map() a map operation by Björn Töpel · 4 years ago
- e5e35e7 bpf: BPF-helper for MTU checking add length input by Jesper Dangaard Brouer · 4 years ago
- d01b59c bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH by Xuesen Huang · 4 years ago
- 7c32e8f bpf: Add PROG_TEST_RUN support for sk_lookup programs by Lorenz Bauer · 4 years ago
- a9ecb0c rtnetlink: using dev_base_seq from target net by zhang kai · 4 years ago
- b228c9b net: expand textsearch ts_state to fit skb_seq_state by Willem de Bruijn · 4 years ago
- 5333423 skmsg: Get rid of sk_psock_bpf_run() by Cong Wang · 4 years, 1 month ago
- cd81cefb skmsg: Make __sk_psock_purge_ingress_msg() static by Cong Wang · 4 years, 1 month ago
- 4675e23 sock_map: Make sock_map_prog_update() static by Cong Wang · 4 years, 1 month ago
- ae8b833 sock_map: Rename skb_parser and skb_verdict by Cong Wang · 4 years, 1 month ago
- e3526bb skmsg: Move sk_redir from TCP_SKB_CB to skb by Cong Wang · 4 years, 1 month ago
- 16137b0 bpf: Compute data_end dynamically with JIT code by Cong Wang · 4 years, 1 month ago
- 5a685cd skmsg: Get rid of struct sk_psock_parser by Cong Wang · 4 years, 1 month ago
- 8875960 bpf: Clean up sockmap related Kconfigs by Cong Wang · 4 years, 1 month ago
- bc235cd bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete] by Song Liu · 4 years, 1 month ago
- d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 1 month ago
- b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 1 month ago
- 9243adf skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing by Alexander Lobakin · 4 years, 1 month ago
- cfb8ec6 skbuff: allow to use NAPI cache from __napi_alloc_skb() by Alexander Lobakin · 4 years, 1 month ago
- d13612b skbuff: allow to optionally use NAPI cache from __alloc_skb() by Alexander Lobakin · 4 years, 1 month ago
- f450d53 skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads by Alexander Lobakin · 4 years, 1 month ago
- 50fad4b5 skbuff: move NAPI cache declarations upper in the file by Alexander Lobakin · 4 years, 1 month ago
- fec6e49 skbuff: remove __kfree_skb_flush() by Alexander Lobakin · 4 years, 1 month ago
- f9d6725 skbuff: use __build_skb_around() in __alloc_skb() by Alexander Lobakin · 4 years, 1 month ago
- df1ae02 skbuff: simplify __alloc_skb() a bit by Alexander Lobakin · 4 years, 1 month ago
- 483126b skbuff: make __build_skb_around() return void by Alexander Lobakin · 4 years, 1 month ago
- ef28095 skbuff: simplify kmalloc_reserve() by Alexander Lobakin · 4 years, 1 month ago
- 5381b23 skbuff: move __alloc_skb() next to the other skb allocation functions by Alexander Lobakin · 4 years, 1 month ago
- d212683 flow_dissector: fix TTL and TOS dissection on IPv4 fragments by Davide Caratti · 4 years, 1 month ago
- 5f7d572 bpf: Drop MTU check when doing TC-BPF redirect to ingress by Jesper Dangaard Brouer · 4 years, 1 month ago
- 34b2021 bpf: Add BPF-helper for MTU checking by Jesper Dangaard Brouer · 4 years, 1 month ago
- e1850ea bpf: bpf_fib_lookup return MTU value as output when looked up by Jesper Dangaard Brouer · 4 years, 1 month ago
- 2c0a10a bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx by Jesper Dangaard Brouer · 4 years, 1 month ago
- 6306c11 bpf: Remove MTU check in __bpf_skb_max_len by Jesper Dangaard Brouer · 4 years, 1 month ago
- 4e1beec net/sock: Add kernel config SOCK_RX_QUEUE_MAPPING by Tariq Toukan · 4 years, 1 month ago
- 3b23a32 net: fix dev_ifsioc_locked() race condition by Cong Wang · 4 years, 1 month ago
- c5dbb89 bpf: Expose bpf_get_socket_cookie to tracing programs by Florent Revest · 4 years, 1 month ago
- 3d368ab net: initialize net->net_cookie at netns setup by Eric Dumazet · 4 years, 1 month ago
- dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 1 month ago
- 5fdd2f0 net: add sysfs attribute to control napi threaded mode by Wei Wang · 4 years, 1 month ago
- 29863d4 net: implement threaded-able napi poll loop support by Wei Wang · 4 years, 1 month ago
- 898f801 net: extract napi poll functionality to __napi_poll() by Felix Fietkau · 4 years, 1 month ago
- b2f1756 net-sysfs: Add rtnl locking for getting Tx queue traffic class by Alexander Duyck · 4 years, 1 month ago
- ea92000 Revert "net: Have netpoll bring-up DSA management interface" by Vladimir Oltean · 4 years, 1 month ago
- 3f6e687 net: Introduce {netdev,napi}_alloc_frag_align() by Kevin Hao · 4 years, 1 month ago
- 8dc1c44 net: gro: do not keep too many GRO packets in napi->rx_list by Eric Dumazet · 4 years, 1 month ago
- 52cbd23 udp: fix skb_copy_and_csum_datagram with odd segment sizes by Willem de Bruijn · 4 years, 1 month ago
- 04f00ab net/core: move gro function declarations to separate header by Leon Romanovsky · 4 years, 1 month ago
- 0565613 net: page_pool: simplify page recycling condition tests by Alexander Lobakin · 4 years, 1 month ago
- 65e6dcf net, veth: Alloc skb in bulk for ndo_xdp_xmit by Lorenzo Bianconi · 4 years, 1 month ago
- bbd807d net: indirect call helpers for ipv4/ipv6 dst_check functions by Brian Vazquez · 4 years, 1 month ago
- 097b914 net: fix up truesize of cloned skb in skb_prepare_for_shift() by Marco Elver · 4 years, 1 month ago
- d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- eb4e8fa neighbour: Prevent a dead entry from updating gc_list by Chinmay Agarwal · 4 years, 2 months ago