summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet
2021-04-15scm: optimize put_cmsg()Eric Dumazet
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni
2021-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin
2021-04-07bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01sock_map: Update sock type checks for UDPCong Wang
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-04-01sock_map: Kill sock_map_link_no_progs()Cong Wang
2021-04-01sock_map: Simplify sock_map_link() a bitCong Wang
2021-04-01skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang
2021-04-01skmsg: Use rcu work for destroying psockCong Wang
2021-04-01skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang
2021-04-01skmsg: Lock ingress_skb when purgingCong Wang
2021-03-31xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong
2021-03-31neighbour: Disregard DEAD dst in neigh_updateTong Zhu
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-03-28net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang
2021-03-28net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov
2021-03-25net: core: Fix a typo in dev_addr_lists.cLu Wei
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-22net: set initial device refcount to 1Eric Dumazet
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet
2021-03-18/net/core/: fix misspellings using codespell toolXiong Zhenwu
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart
2021-03-18net: fix use after free in xpsAntoine Tenart
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18net: remove the xps possible_maskAntoine Tenart