summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-24net: generalize calculation of skb extensions lengthThomas Weißschuh
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet
2023-08-18net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18lwt: Fix return values of BPF xmit opsYan Zhai
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-15net: warn about attempts to register negative ifindexJakub Kicinski
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-08-15netdev-genl: use struct genl_info for reply constructionJakub Kicinski
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-09bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai
2023-08-09bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai
2023-08-09net: annotate data-races around sock->opsEric Dumazet
2023-08-08net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg
2023-08-07net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner
2023-08-07net: skbuff: always try to recycle PP pages directly when in softirqAlexander Lobakin
2023-08-07page_pool: add a lockdep check for recycling in hardirqJakub Kicinski
2023-08-07net: skbuff: avoid accessing page_pool if !napi_safe when returning pageAlexander Lobakin
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-08-06net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03docs: net: page_pool: use kdoc to avoid duplicating the informationJakub Kicinski
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-08-02net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean
2023-08-02net: add hwtstamping helpers for stackable net devicesMaxim Georgiev
2023-08-02net: add NDOs for configuring hardware timestampingMaxim Georgiev
2023-08-02net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang
2023-08-02tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth
2023-08-02net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth
2023-08-01net: make sure we never create ifindex = 0Jakub Kicinski
2023-08-01bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar
2023-07-31net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet