aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang1-1/+1
2021-04-20net: add generic selftest supportOleksij Rempel2-0/+401
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-04-16flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet1-1/+1
2021-04-15scm: optimize put_cmsg()Eric Dumazet1-8/+15
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni1-3/+12
2021-04-13gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-20/+14
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni1-1/+2
2021-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-7/+5
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-1/+1
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2-7/+7
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin1-3/+1
2021-04-07bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend1-7/+5
2021-04-05net: 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-03-31xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong1-1/+2
2021-03-31neighbour: 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-28net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang1-1/+1
2021-03-28net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang1-1/+1
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau1-0/+1
2021-03-25net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2-2/+2
2021-03-25net: core: Fix a typo in dev_addr_lists.cLu Wei1-1/+1
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6
2021-03-25Merge 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-23net: make unregister netdev warning timeout configurableDmitry Vyukov2-1/+15
2021-03-22net: 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-18/net/core/: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-18net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart1-77/+48