summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-233-15/+53
|\
| * net: Fix zero-copy head len calculation.Pravin B Shelar2021-07-181-1/+4
| * skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas2021-07-161-1/+12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-152-9/+21
| |\
| | * bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-151-5/+11
| | * xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-131-4/+10
| * | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-151-4/+16
* | | net: socket: simplify dev_ifconf handlingArnd Bergmann2021-07-231-26/+29
* | | net: socket: remove register_gifconfArnd Bergmann2021-07-231-33/+10
* | | net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann2021-07-231-13/+52
* | | net: selftests: add MTU testOleksij Rempel2021-07-221-0/+12
* | | ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman2021-07-211-0/+2
* | | memcg: enable accounting for scm_fp_list objectsVasily Averin2021-07-201-2/+2
* | | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-2/+2
* | | memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin2021-07-201-3/+3
* | | rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng2021-07-161-8/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-154-75/+62
|\ \ \ | |/ / |/| |
| * | af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-151-0/+1
| * | sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-151-20/+1
| * | sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-151-2/+0
| * | bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-18/+0
| * | bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-072-3/+6
| * | net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-071-31/+53
| * | bpf: Add function for XDP meta data length checkZvi Effron2021-07-071-2/+2
* | | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-143-5/+83
|\ \ \ | | |/ | |/|
| * | net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart2021-07-091-0/+2
| * | skbuff: Fix build with SKB extensions disabledFlorian Fainelli2021-07-081-1/+2
| * | sock: unlock on error in sock_setsockopt()Dan Carpenter2021-07-071-2/+4
| * | skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2021-07-062-0/+14
| * | sock: fix error in sock_setsockopt()Eric Dumazet2021-07-021-1/+1
| * | net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu2021-07-011-3/+62
| * | net: annotate data race around sk_ll_usecEric Dumazet2021-07-011-1/+1
| |/
* | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-2/+2
|\ \ | |/ |/|
| * netpoll: avoid put_unaligned() on single characterArnd Bergmann2021-05-171-2/+2
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3017-244/+1427
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-293-45/+42
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-232-44/+40
| | |\ \
| | | * | bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-06-221-1/+1
| | | * | skmsg: Increase sk->sk_drops when dropping packetsCong Wang2021-06-211-8/+14
| | | * | skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang2021-06-211-5/+6
| | | * | skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang2021-06-211-9/+14
| | | * | skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang2021-06-211-0/+5
| | | * | skmsg: Clear skb redirect pointer before dropping itCong Wang2021-06-211-0/+2
| | | * | skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang2021-06-211-23/+0
| | * | | net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior2021-06-211-2/+2
| | |/ /
| * | | net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean2021-06-291-2/+2
| * | | net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean2021-06-291-3/+3
| * | | net: sock: add trace for socket errorsAlexander Aring2021-06-291-0/+10
| * | | net: sock: introduce sk_error_reportAlexander Aring2021-06-292-3/+9
| * | | net: update netdev_rx_csum_fault() print dump only onceTanner Love2021-06-281-5/+9