summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* scm: fix a typo in put_cmsg()Eric Dumazet2021-04-161-1/+1
* scm: optimize put_cmsg()Eric Dumazet2021-04-161-8/+15
* skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni2021-04-141-3/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-106-20/+14
|\
| * net: fix hangup on napi_disable for threaded napiPaolo Abeni2021-04-091-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-081-7/+5
| |\
| | * bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend2021-04-071-7/+5
| * | ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-1/+1
| |/
| * xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong2021-04-011-1/+2
| * neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-03-311-1/+1
| * net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-03-301-9/+3
* | net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-072-7/+7
* | net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin2021-04-071-3/+1
* | net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-052-11/+32
* | 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