summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-04-08net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin1-3/+1
2021-04-07bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend1-7/+5
2021-04-06net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2-11/+32
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-104/+247
2021-04-01sock_map: Update sock type checks for UDPCong Wang1-1/+4
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang1-0/+98
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2-25/+4
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2-1/+31
2021-04-01sock_map: Kill sock_map_link_no_progs()Cong Wang1-40/+15
2021-04-01sock_map: Simplify sock_map_link() a bitCong Wang1-4/+5
2021-04-01skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang1-1/+1
2021-04-01skmsg: Use rcu work for destroying psockCong Wang1-12/+5
2021-04-01skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang2-16/+35
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang1-7/+48
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang1-0/+3
2021-04-01skmsg: Lock ingress_skb when purgingCong Wang1-1/+1
2021-04-01xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong1-1/+2
2021-04-01neighbour: Disregard DEAD dst in neigh_updateTong Zhu1-1/+1
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-9/+3
2021-03-29net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang1-1/+1
2021-03-29net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang1-1/+1
2021-03-27bpf: selftests: Add kfunc_call testMartin KaFai Lau1-0/+1
2021-03-26net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2-2/+2
2021-03-26net: core: Fix a typo in dev_addr_lists.cLu Wei1-1/+1
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-38/+135
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso1-0/+46
2021-03-24net: make unregister netdev warning timeout configurableDmitry Vyukov2-1/+15
2021-03-23net: set initial device refcount to 1Eric Dumazet1-3/+6
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart1-1/+1
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean1-3/+0
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean1-4/+2
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet1-0/+10
2021-03-19/net/core/: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-19net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-19net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-19net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart1-77/+48
2021-03-19net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart1-14/+11
2021-03-19net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart1-6/+9
2021-03-19net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart1-20/+25
2021-03-19net: move the xps maps to an arrayAntoine Tenart2-45/+34
2021-03-19net: remove the xps possible_maskAntoine Tenart2-29/+15
2021-03-19net: embed nr_ids in the xps mapsAntoine Tenart2-40/+43
2021-03-19net: embed num_tc in the xps mapsAntoine Tenart2-50/+58
2021-03-19net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart1-15/+18
2021-03-19net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart1-4/+7
2021-03-19net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart1-6/+6
2021-03-19net: check all name nodes in __dev_alloc_nameJiri Bohac1-0/+12
2021-03-18net: fix race between napi kthread mode and busy pollWei Wang1-1/+18
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi1-1/+1