summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-10net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski
2023-08-10Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-08-10netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso
2023-08-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
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-09xsk: fix refcount underflow in error pathMagnus Karlsson
2023-08-09net/sched: taprio: dump class stats for the actual q->qdiscs[]Vladimir Oltean
2023-08-09net/sched: taprio: delete misleading comment about preallocating child qdiscsVladimir Oltean
2023-08-09net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()Vladimir Oltean
2023-08-09net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload modeVladimir Oltean
2023-08-09net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()Vladimir Oltean
2023-08-09ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski
2023-08-09net/llc/llc_conn.c: fix 4 instances of -Wmissing-variable-declarationsNick Desaulniers
2023-08-09net: annotate data-races around sock->opsEric Dumazet
2023-08-09Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-08-09Merge tag 'nf-next-2023-08-08' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski
2023-08-09nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel
2023-08-09nexthop: Make nexthop bucket dump more efficientIdo Schimmel
2023-08-09nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel
2023-08-09vlan: Fix VLAN 0 memory leakVlad Buslov
2023-08-09net: dsa: mark parsed interface mode for legacy switch driversRussell King (Oracle)
2023-08-09devlink: clear flag on port register error pathJiri Pirko
2023-08-09tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Yue Haibing
2023-08-09wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo
2023-08-09netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-08-09net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-08-08net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg
2023-08-08net/tls: avoid TCP window full during ->read_sock()Hannes Reinecke
2023-08-08ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan
2023-08-08net/ipv4: return the real errno instead of -EINVALxu xin
2023-08-08netfilter: nfnetlink_log: always add a timestampMaciej Żenczykowski
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-07net/tls: Remove unused function declarationsYue Haibing
2023-08-06net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean
2023-08-06net: tls: avoid discarding data on record closeJakub Kicinski
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet