summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-024-104/+247
|\
| * sock_map: Update sock type checks for UDPCong Wang2021-04-011-1/+4
| * skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-011-0/+98
| * sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-012-25/+4
| * sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-012-1/+31
| * sock_map: Kill sock_map_link_no_progs()Cong Wang2021-04-011-40/+15
| * sock_map: Simplify sock_map_link() a bitCong Wang2021-04-011-4/+5
| * skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang2021-04-011-1/+1
| * skmsg: Use rcu work for destroying psockCong Wang2021-04-011-12/+5
| * skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang2021-04-012-16/+35
| * net: Introduce skb_send_sock() for sock_mapCong Wang2021-04-011-7/+48
| * skmsg: Introduce a spinlock to protect ingress_msgCong Wang2021-04-011-0/+3
| * skmsg: Lock ingress_skb when purgingCong Wang2021-04-011-1/+1
| * bpf: selftests: Add kfunc_call testMartin KaFai Lau2021-03-271-0/+1
* | net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang2021-03-291-1/+1
* | net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang2021-03-291-1/+1
* | net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2021-03-262-2/+2
* | net: core: Fix a typo in dev_addr_lists.cLu Wei2021-03-261-1/+1
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-261-0/+6
|\
| * bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockoptManu Bretelle2021-03-151-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-256-38/+135
|\ \
| * | net: check all name nodes in __dev_alloc_nameJiri Bohac2021-03-181-0/+12
| * | net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-1/+18
| * | can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-1/+1
| * | flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin2021-03-141-1/+1
| * | net: sock: simplify tw proto registrationTonghao Zhang2021-03-121-16/+28
| * | drop_monitor: Perform cleanup upon probe registration failureIdo Schimmel2021-03-111-0/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-111-2/+10
| |\ \
| | * | bpf: BPF-helper for MTU checking add length inputJesper Dangaard Brouer2021-03-081-2/+10
| * | | net, bpf: Fix ip6ip6 crash with collect_md populated skbsDaniel Borkmann2021-03-101-22/+9
| * | | net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-101-0/+38
| |/ /
* | | net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-241-0/+46
* | | net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-242-1/+15
* | | net: set initial device refcount to 1Eric Dumazet2021-03-231-3/+6
* | | net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart2021-03-221-1/+1
* | | net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean2021-03-221-3/+0
* | | net: make xps_needed and xps_rxqs_needed staticVladimir Oltean2021-03-221-4/+2
* | | net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-191-0/+10
* | | /net/core/: fix misspellings using codespell toolXiong Zhenwu2021-03-191-1/+1
* | | net: NULL the old xps map entries when freeing themAntoine Tenart2021-03-181-0/+1
* | | net: fix use after free in xpsAntoine Tenart2021-03-181-5/+12
* | | net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart2021-03-181-77/+48
* | | net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart2021-03-181-14/+11
* | | net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart2021-03-181-6/+9
* | | net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart2021-03-181-20/+25
* | | net: move the xps maps to an arrayAntoine Tenart2021-03-182-45/+34
* | | net: remove the xps possible_maskAntoine Tenart2021-03-182-29/+15
* | | net: embed nr_ids in the xps mapsAntoine Tenart2021-03-182-40/+43
* | | net: embed num_tc in the xps mapsAntoine Tenart2021-03-182-50/+58