summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: skbuff: always try to recycle PP pages directly when in softirqAlexander Lobakin2023-08-071-1/+3
* page_pool: add a lockdep check for recycling in hardirqJakub Kicinski2023-08-071-0/+2
* net: skbuff: avoid accessing page_pool if !napi_safe when returning pageAlexander Lobakin2023-08-071-5/+7
* net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin2023-08-072-41/+43
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-073-3/+3
* net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean2023-08-061-2/+5
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-033-3/+8
|\
| * net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski2023-08-032-0/+2
| * bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang2023-08-021-1/+4
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+0
| * bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer2023-07-251-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-034-34/+50
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-1/+4
| |\ \
| | * | bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsingLin Ma2023-07-271-1/+4
| * | | bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar2023-08-011-2/+0
| * | | net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-291-3/+3
| * | | net: add missing data-race annotation for sk_ll_usecEric Dumazet2023-07-291-1/+1
| * | | net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-07-291-2/+2
| * | | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
| * | | net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet2023-07-291-1/+1
| * | | net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet2023-07-291-1/+1
| * | | net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-07-291-10/+14
| * | | net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet2023-07-291-1/+1
| * | | net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet2023-07-291-3/+6
| * | | net: annotate data-race around sk->sk_txrehashEric Dumazet2023-07-291-2/+5
| * | | net: annotate data-races around sk->sk_reserved_memEric Dumazet2023-07-291-3/+4
| * | | rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma2023-07-271-2/+6
| |/ /
* | | docs: net: page_pool: use kdoc to avoid duplicating the informationJakub Kicinski2023-08-031-1/+30
* | | net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean2023-08-021-8/+83
* | | net: add hwtstamping helpers for stackable net devicesMaxim Georgiev2023-08-021-7/+68
* | | net: add NDOs for configuring hardware timestampingMaxim Georgiev2023-08-021-2/+44
* | | net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet2023-08-021-31/+25
* | | tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth2023-08-021-0/+7
* | | net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth2023-08-021-1/+52
* | | net: make sure we never create ifindex = 0Jakub Kicinski2023-08-011-2/+1
* | | net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima2023-07-311-3/+3
* | | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-1/+1
* | | net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski2023-07-281-29/+8
* | | net: store netdevs in an xarrayJakub Kicinski2023-07-281-28/+54
* | | net: Explicitly include correct DT includesRob Herring2023-07-271-0/+1
* | | net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao2023-07-251-2/+1
| |/ |/|
* | net: page_pool: merge page_pool_release_page() with page_pool_return_page()Jakub Kicinski2023-07-211-10/+2
* | net: page_pool: hide page_pool_release_page()Jakub Kicinski2023-07-211-2/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-193-110/+175
|\ \
| * | bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-192-104/+165
| * | xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-192-0/+9
| * | xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar2023-07-191-6/+1
* | | bridge: Add backup nexthop ID supportIdo Schimmel2023-07-191-1/+1
* | | rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman2023-07-181-5/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-133-1/+8
|\|