Age | Commit message (Expand) | Author | Files | Lines |
33 hours | xfrm: ipcomp: adjust transport header after decompressingHEADtestingmaster | Fernando Fernandez Mancera | 1 | -1/+1 |
33 hours | xfrm: Set transport header to fix UDP GRO handling | Tobias Brunner | 2 | -0/+6 |
2025-06-12 | xfrm: always initialize offload path | Leon Romanovsky | 3 | -5/+3 |
2025-06-03 | xfrm: state: use a consistent pcpu_id in xfrm_state_find | Sabrina Dubroca | 1 | -13/+6 |
2025-06-03 | xfrm: state: initialize state_ptrs earlier in xfrm_state_find | Sabrina Dubroca | 1 | -2/+2 |
2025-06-02 | net: fix udp gso skb_segment after pull from frag_list | Shiming Cheng | 1 | -0/+5 |
2025-05-30 | bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE | Paul Chaignon | 1 | -2/+3 |
2025-05-30 | net: Fix checksum update for ILA adj-transport | Paul Chaignon | 3 | -6/+6 |
2025-05-30 | hv_netvsc: fix potential deadlock in netvsc_vf_setxdp() | Saurabh Sengar | 1 | -0/+1 |
2025-05-30 | net: Fix net_devmem_bind_dmabuf for non-devmem configs | Pranjal Shrivastava | 1 | -1/+2 |
2025-05-30 | net: dsa: tag_brcm: legacy: fix pskb_may_pull length | Álvaro Fernández Rojas | 1 | -1/+1 |
2025-05-30 | Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION | Luiz Augusto von Dentz | 1 | -1/+2 |
2025-05-30 | Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commands | Dmitry Antipov | 1 | -1/+2 |
2025-05-29 | net: tipc: fix refcount warning in tipc_aead_encrypt | Charalampos Mitrodimas | 1 | -1/+5 |
2025-05-29 | rxrpc: Fix return from none_validate_challenge() | David Howells | 1 | -2/+3 |
2025-05-28 | page_pool: Fix use-after-free in page_pool_recycle_in_ring | Dong Chenchen | 1 | -13/+14 |
2025-05-28 | Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated | Tengteng Yang | 1 | -4/+4 |
2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 4 | -38/+55 |
2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 285 | -16402/+9399 |
2025-05-28 | Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 9 | -93/+74 |
2025-05-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 6 | -17/+45 |
2025-05-28 | net: openvswitch: Fix the dead loop of MPLS parse | Faicker Mo | 1 | -1/+1 |
2025-05-28 | calipso: Don't call calipso functions for AF_INET sk. | Kuniyuki Iwashima | 1 | -0/+3 |
2025-05-28 | net_sched: hfsc: Address reentrant enqueue adding class to eltree twice | Pedro Tammela | 1 | -1/+8 |
2025-05-27 | net: devmem: preserve sockc_err | Mina Almasry | 1 | -14/+10 |
2025-05-27 | page_pool: fix ugly page_pool formatting | Mina Almasry | 1 | -2/+2 |
2025-05-27 | net: devmem: move list_add to net_devmem_bind_dmabuf. | Mina Almasry | 3 | -8/+10 |
2025-05-27 | sctp: mark sctp_do_peeloff static | Christoph Hellwig | 1 | -2/+2 |
2025-05-27 | net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATOR | Saeed Mahameed | 1 | -1/+1 |
2025-05-27 | tipc: use kfree_sensitive() for aead cleanup | Zilin Guan | 1 | -1/+1 |
2025-05-27 | Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+8 |
2025-05-27 | xsk: add missing virtual address conversion for page | Bui Quang Minh | 1 | -2/+1 |
2025-05-27 | af_packet: move notifier's packet_dev_mc out of rcu critical section | Stanislav Fomichev | 2 | -5/+17 |
2025-05-27 | vsock: Move lingering logic to af_vsock core | Michal Luczaj | 2 | -21/+35 |
2025-05-27 | vsock/virtio: Linger on unsent data | Michal Luczaj | 1 | -1/+3 |
2025-05-27 | net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage | Kees Cook | 2 | -4/+7 |
2025-05-27 | rtnetlink: do_setlink: Use struct sockaddr_storage | Kees Cook | 1 | -15/+4 |
2025-05-27 | net: core: Convert dev_set_mac_address() to struct sockaddr_storage | Kees Cook | 4 | -5/+6 |
2025-05-27 | ieee802154: Use struct sockaddr_storage with dev_set_mac_address() | Kees Cook | 1 | -4/+4 |
2025-05-27 | net/ncsi: Use struct sockaddr_storage for pending_mac | Kees Cook | 3 | -11/+11 |
2025-05-27 | net: core: Switch netif_set_mac_address() to struct sockaddr_storage | Kees Cook | 3 | -8/+8 |
2025-05-27 | net: core: Convert inet_addr_is_any() to sockaddr_storage | Kees Cook | 1 | -4/+4 |
2025-05-26 | replace strncpy with strscpy_pad | Baris Can Goral | 1 | -4/+2 |
2025-05-26 | Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -13/+41 |
2025-05-26 | Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -12/+85 |
2025-05-26 | vsock/virtio: fix `rx_bytes` accounting for stream sockets | Stefano Garzarella | 1 | -10/+16 |
2025-05-26 | Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 19 | -170/+541 |
2025-05-26 | Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Abeni | 5 | -51/+96 |
2025-05-26 | net: mctp: use nlmsg_payload() for netlink message data extraction | Jeremy Kerr | 2 | -3/+6 |
2025-05-26 | Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -6/+6 |
2025-05-26 | net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec... | Qiu Yutan | 1 | -2/+2 |
2025-05-26 | net: devmem: support single IOV with sendmsg | Stanislav Fomichev | 1 | -1/+2 |
2025-05-23 | netfilter: nf_tables: Add notifications for hook changes | Phil Sutter | 3 | -0/+62 |
2025-05-23 | netfilter: nf_tables: Support wildcard netdev hook specs | Phil Sutter | 2 | -16/+15 |
2025-05-23 | netfilter: nf_tables: Sort labels in nft_netdev_hook_alloc() | Phil Sutter | 1 | -9/+7 |
2025-05-23 | netfilter: nf_tables: Handle NETDEV_CHANGENAME events | Phil Sutter | 2 | -18/+48 |
2025-05-23 | netfilter: nf_tables: Wrap netdev notifiers | Phil Sutter | 2 | -26/+46 |
2025-05-23 | netfilter: nf_tables: Respect NETDEV_REGISTER events | Phil Sutter | 2 | -9/+60 |
2025-05-23 | netfilter: nf_tables: Prepare for handling NETDEV_REGISTER events | Phil Sutter | 2 | -14/+24 |
2025-05-23 | netfilter: nf_tables: Have a list of nf_hook_ops in nft_hook | Phil Sutter | 3 | -62/+133 |
2025-05-23 | netfilter: nf_tables: Pass nf_hook_ops to nft_unregister_flowtable_hook() | Phil Sutter | 1 | -11/+9 |
2025-05-23 | netfilter: nf_tables: Introduce nft_register_flowtable_ops() | Phil Sutter | 1 | -11/+21 |
2025-05-23 | netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}() | Phil Sutter | 4 | -5/+26 |
2025-05-23 | netfilter: nf_tables: Introduce functions freeing nft_hook objects | Phil Sutter | 1 | -14/+24 |
2025-05-23 | netfilter: nf_tables: add packets conntrack state to debug trace info | Florian Westphal | 1 | -1/+53 |
2025-05-23 | netfilter: conntrack: make nf_conntrack_id callable without a module dependency | Florian Westphal | 1 | -0/+6 |
2025-05-23 | netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmit | Sebastian Andrzej Siewior | 1 | -4/+18 |
2025-05-23 | netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctx | Sebastian Andrzej Siewior | 1 | -3/+15 |
2025-05-23 | netfilter: nf_dup{4, 6}: Move duplication check to task_struct | Sebastian Andrzej Siewior | 5 | -11/+8 |
2025-05-23 | netfilter: nft_tunnel: fix geneve_opt dump | Fernando Fernandez Mancera | 1 | -4/+4 |
2025-05-23 | netfilter: nf_tables: nft_fib: consistent l3mdev handling | Florian Westphal | 2 | -5/+10 |
2025-05-23 | af_unix: Introduce SO_PASSRIGHTS. | Kuniyuki Iwashima | 2 | -2/+34 |
2025-05-23 | af_unix: Inherit sk_flags at connect(). | Kuniyuki Iwashima | 1 | -6/+6 |
2025-05-23 | af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock. | Kuniyuki Iwashima | 3 | -52/+39 |
2025-05-23 | net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}. | Kuniyuki Iwashima | 1 | -0/+18 |
2025-05-23 | tcp: Restrict SO_TXREHASH to TCP socket. | Kuniyuki Iwashima | 1 | -0/+5 |
2025-05-23 | scm: Move scm_recv() from scm.h to scm.c. | Kuniyuki Iwashima | 1 | -0/+123 |
2025-05-23 | af_unix: Don't pass struct socket to maybe_add_creds(). | Kuniyuki Iwashima | 1 | -11/+12 |
2025-05-23 | af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD. | Kuniyuki Iwashima | 1 | -22/+15 |
2025-05-22 | bpf, sockmap: Avoid using sk_socket after free when sending | Jiayuan Chen | 1 | -0/+8 |
2025-05-22 | Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 5 | -11/+32 |
2025-05-22 | Merge tag 'for-net-next-2025-05-22' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 11 | -66/+403 |
2025-05-22 | Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach() | Dmitry Antipov | 1 | -1/+1 |
2025-05-22 | Bluetooth: L2CAP: Fix not checking l2cap_chan security level | Luiz Augusto von Dentz | 1 | -7/+8 |
2025-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 19 | -185/+139 |
2025-05-22 | netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy | Florian Westphal | 1 | -4/+9 |
2025-05-22 | netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only... | Florian Westphal | 2 | -3/+3 |
2025-05-22 | net: Add support for providing the PTP hardware source in tsinfo | Kory Maincent | 2 | -5/+47 |
2025-05-22 | Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 8 | -114/+44 |
2025-05-22 | net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done | Wang Liang | 1 | -0/+5 |
2025-05-22 | sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() | Cong Wang | 1 | -3/+3 |
2025-05-21 | net: add debug checks in ____napi_schedule() and napi_poll() | Eric Dumazet | 1 | -2/+8 |
2025-05-21 | net: remove skb_copy_and_hash_datagram_iter() | Eric Biggers | 1 | -37/+0 |
2025-05-21 | net: add skb_copy_and_crc32c_datagram_iter() | Eric Biggers | 1 | -0/+33 |
2025-05-21 | net: fold __skb_checksum() into skb_checksum() | Eric Biggers | 1 | -52/+7 |
2025-05-21 | sctp: use skb_crc32c() instead of __skb_checksum() | Eric Biggers | 6 | -7/+5 |
2025-05-21 | net: use skb_crc32c() in skb_crc32c_csum_help() | Eric Biggers | 1 | -5/+3 |
2025-05-21 | net: add skb_crc32c() | Eric Biggers | 1 | -0/+73 |
2025-05-21 | net: introduce CONFIG_NET_CRC32C | Eric Biggers | 3 | -0/+7 |
2025-05-21 | Bluetooth: separate CIS_LINK and BIS_LINK link types | Pauli Virtanen | 6 | -46/+66 |
2025-05-21 | Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFO | Pauli Virtanen | 2 | -0/+120 |
2025-05-21 | Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields | Luiz Augusto von Dentz | 1 | -3/+14 |
2025-05-21 | Bluetooth: ISO: Fix not using SID from adv report | Luiz Augusto von Dentz | 5 | -14/+75 |
2025-05-21 | Bluetooth: Introduce HCI Driver protocol | Hsin-chen Chuang | 4 | -3/+128 |
2025-05-21 | coredump: add coredump socket | Christian Brauner | 1 | -13/+41 |
2025-05-21 | xsk: Bring back busy polling support in XDP_COPY | Samiullah Khawaja | 1 | -1/+1 |
2025-05-21 | wifi: mac80211: accept probe response on link address as well | Aditya Kumar Singh | 1 | -1/+17 |
2025-05-21 | wifi: mac80211: validate SCAN_FLAG_AP in scan request during MLO | Aditya Kumar Singh | 1 | -1/+1 |
2025-05-21 | wifi: check if socket flags are valid | Bert Karwatzki | 2 | -4/+4 |
2025-05-20 | ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE. | Kuniyuki Iwashima | 2 | -37/+7 |
2025-05-20 | ipv6: Pass gfp_flags down to ip6_route_info_create_nh(). | Kuniyuki Iwashima | 1 | -4/+5 |
2025-05-20 | Revert "ipv6: Factorise ip6_route_multipath_add()." | Kuniyuki Iwashima | 1 | -123/+70 |
2025-05-20 | Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6loc... | Kuniyuki Iwashima | 1 | -3/+3 |
2025-05-20 | ipv6: Narrow down RCU critical section in inet6_rtm_newroute(). | Kuniyuki Iwashima | 2 | -15/+25 |
2025-05-20 | inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?(). | Kuniyuki Iwashima | 4 | -20/+8 |
2025-05-20 | ipv6: Remove rcu_read_lock() in fib6_get_table(). | Kuniyuki Iwashima | 1 | -12/+10 |
2025-05-20 | selftests: net: validate team flags propagation | Stanislav Fomichev | 1 | -1/+9 |
2025-05-20 | sctp: Do not wake readers in __sctp_write_space() | Petr Malat | 1 | -1/+2 |
2025-05-20 | xfrm: use kfree_sensitive() for SA secret zeroization | Zilin Guan | 1 | -3/+3 |
2025-05-19 | can: bcm: add missing rcu read protection for procfs content | Oliver Hartkopp | 1 | -4/+9 |
2025-05-19 | can: bcm: add locking for bcm_op runtime updates | Oliver Hartkopp | 1 | -21/+45 |
2025-05-19 | llc: fix data loss when reading from a socket in llc_ui_recvmsg() | Ilia Gavrilov | 1 | -4/+4 |
2025-05-16 | mr: consolidate the ipmr_can_free_table() checks. | Paolo Abeni | 2 | -22/+2 |
2025-05-16 | net: rfs: add sock_rps_delete_flow() helper | Eric Dumazet | 3 | -3/+7 |
2025-05-16 | bridge: netfilter: Fix forwarding of fragmented packets | Ido Schimmel | 2 | -5/+3 |
2025-05-16 | net: dsa: microchip: linearize skb for tail-tagging switches | Jakob Unterwurzacher | 1 | -4/+15 |
2025-05-16 | wifi: mac80211: handle non-MLO mode as well in ieee80211_num_beaconing_links() | Aditya Kumar Singh | 1 | -3/+3 |
2025-05-15 | svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages | Chuck Lever | 1 | -3/+13 |
2025-05-15 | svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages | Chuck Lever | 1 | -2/+6 |
2025-05-15 | sunrpc: Adjust size of socket's receive page array dynamically | Chuck Lever | 1 | -2/+6 |
2025-05-15 | SUNRPC: Remove svc_fill_write_vector() | Chuck Lever | 1 | -40/+0 |
2025-05-15 | SUNRPC: Export xdr_buf_to_bvec() | Chuck Lever | 1 | -0/+1 |
2025-05-15 | NFSD: De-duplicate the svc_fill_write_vector() call sites | Chuck Lever | 1 | -2/+2 |
2025-05-15 | sunrpc: Replace the rq_bvec array with dynamically-allocated memory | Chuck Lever | 2 | -4/+10 |
2025-05-15 | sunrpc: Replace the rq_pages array with dynamically-allocated memory | Chuck Lever | 3 | -24/+19 |
2025-05-15 | sunrpc: Remove backchannel check in svc_init_buffer() | Chuck Lever | 1 | -4/+0 |
2025-05-15 | svcrdma: Reduce the number of rdma_rw contexts per-QP | Chuck Lever | 1 | -6/+8 |
2025-05-15 | tcp: increase tcp_rmem[2] to 32 MB | Eric Dumazet | 1 | -1/+1 |
2025-05-15 | tcp: always use tcp_limit_output_bytes limitation | Eric Dumazet | 1 | -3/+2 |
2025-05-15 | tcp: increase tcp_limit_output_bytes default value to 4MB | Eric Dumazet | 1 | -2/+2 |
2025-05-15 | tcp: skip big rtt sample if receive queue is not empty | Eric Dumazet | 1 | -0/+3 |
2025-05-15 | tcp: always seek for minimal rtt in tcp_rcv_rtt_update() | Eric Dumazet | 1 | -14/+8 |
2025-05-15 | tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows | Eric Dumazet | 1 | -3/+3 |
2025-05-15 | tcp: remove zero TCP TS samples for autotuning | Eric Dumazet | 1 | -5/+5 |
2025-05-15 | tcp: add receive queue awareness in tcp_rcv_space_adjust() | Eric Dumazet | 1 | -2/+4 |
2025-05-15 | tcp: adjust rcvbuf in presence of reorders | Eric Dumazet | 1 | -0/+4 |
2025-05-15 | tcp: fix sk_rcvbuf overshoot | Eric Dumazet | 1 | -34/+25 |
2025-05-15 | tcp: add tcp_rcvbuf_grow() tracepoint | Eric Dumazet | 1 | -0/+2 |
2025-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 18 | -62/+139 |
2025-05-15 | Bluetooth: L2CAP: Fix not checking l2cap_chan security level | Luiz Augusto von Dentz | 1 | -7/+8 |
2025-05-15 | net: devmem: fix kernel panic when netlink socket close after module unload | Taehee Yoo | 3 | -0/+20 |
2025-05-15 | net/tls: fix kernel panic when alloc_page failed | Pengtao He | 1 | -1/+2 |
2025-05-15 | Merge tag 'wireless-2025-05-15' of https://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 1 | -2/+4 |
2025-05-15 | rds: Use nested-BH locking for rds_page_remainder | Sebastian Andrzej Siewior | 1 | -2/+8 |
2025-05-15 | rds: Acquire per-CPU pointer within BH disabled section | Sebastian Andrzej Siewior | 1 | -4/+2 |
2025-05-15 | rds: Disable only bottom halves in rds_page_remainder_alloc() | Sebastian Andrzej Siewior | 1 | -5/+4 |
2025-05-15 | mptcp: Use nested-BH locking for hmac_storage | Sebastian Andrzej Siewior | 2 | -2/+11 |
2025-05-15 | net/sched: Use nested-BH locking for sch_frag_data_storage | Sebastian Andrzej Siewior | 1 | -1/+9 |
2025-05-15 | net/sched: act_mirred: Move the recursion counter struct netdev_xmit | Sebastian Andrzej Siewior | 1 | -3/+25 |
2025-05-15 | openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage | Sebastian Andrzej Siewior | 2 | -18/+18 |
2025-05-15 | openvswitch: Use nested-BH locking for ovs_pcpu_storage | Sebastian Andrzej Siewior | 3 | -29/+59 |
2025-05-15 | openvswitch: Merge three per-CPU structures into one | Sebastian Andrzej Siewior | 3 | -44/+17 |
2025-05-15 | xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46] | Sebastian Andrzej Siewior | 1 | -10/+20 |
2025-05-15 | xdp: Use nested-BH locking for system_page_pool | Sebastian Andrzej Siewior | 2 | -10/+20 |
2025-05-15 | ipv6: sr: Use nested-BH locking for hmac_storage | Sebastian Andrzej Siewior | 1 | -2/+11 |
2025-05-15 | ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT | Sebastian Andrzej Siewior | 1 | -0/+4 |
2025-05-15 | net: dst_cache: Use nested-BH locking for dst_cache::cache | Sebastian Andrzej Siewior | 1 | -3/+27 |
2025-05-15 | net: page_pool: Don't recycle into cache on PREEMPT_RT | Sebastian Andrzej Siewior | 1 | -0/+4 |
2025-05-15 | wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request | Kees Cook | 1 | -2/+4 |
2025-05-15 | xfrm: prevent configuration of interface index when offload is used | Leon Romanovsky | 1 | -0/+5 |
2025-05-15 | xfrm: validate assignment of maximal possible SEQ number | Leon Romanovsky | 1 | -10/+42 |
2025-05-14 | openvswitch: Stricter validation for the userspace action | Eelco Chaudron | 1 | -1/+2 |
2025-05-14 | xfrm: Sanitize marks before insertipsec-2025-05-21 | Paul Chaignon | 2 | -0/+6 |
2025-05-13 | net: check for driver support in netmem TX | Mina Almasry | 3 | -2/+45 |
2025-05-13 | net: devmem: Implement TX path | Mina Almasry | 10 | -55/+325 |
2025-05-13 | net: devmem: TCP tx netlink api | Stanislav Fomichev | 3 | -0/+20 |
2025-05-13 | net: add get_netmem/put_netmem support | Mina Almasry | 3 | -0/+60 |
2025-05-13 | netmem: add niov->type attribute to distinguish different net_iov types | Mina Almasry | 1 | -1/+2 |
2025-05-12 | netlink: fix policy dump for int with validation callback | Jakub Kicinski | 1 | -0/+5 |
2025-05-12 | net: Lock lower level devices when updating features | Cosmin Ratiu | 1 | -0/+2 |
2025-05-11 | svcrdma: Unregister the device if svc_rdma_accept() fails | Chuck Lever | 1 | -0/+1 |
2025-05-11 | sunrpc: allow SOMAXCONN backlogged TCP connections | Jeff Layton | 1 | -1/+1 |
2025-05-11 | sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepoint | Jeff Layton | 1 | -0/+1 |
2025-05-11 | sunrpc: fix race in cache cleanup causing stale nextcheck time | Long Li | 1 | -8/+7 |
2025-05-11 | sunrpc: update nextcheck time when adding new cache entries | Long Li | 1 | -0/+2 |
2025-05-09 | ktls, sockmap: Fix missing uncharge operation | Jiayuan Chen | 1 | -0/+7 |
2025-05-09 | Merge tag 'batadv-net-pullrequest-20250509' of git://git.open-mesh.org/linux-... | Jakub Kicinski | 1 | -13/+18 |
2025-05-09 | Merge tag 'batadv-next-pullrequest-20250509' of git://git.open-mesh.org/linux... | Jakub Kicinski | 5 | -22/+6 |
2025-05-09 | net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() | Vladimir Oltean | 2 | -21/+30 |
2025-05-09 | ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is re... | Gal Pressman | 1 | -10/+89 |
2025-05-09 | net: mctp: Ensure keys maintain only one ref to corresponding dev | Andrew Jeffery | 1 | -1/+3 |
2025-05-09 | net: mctp: Don't access ifa_index when missing | Matt Johnston | 1 | -5/+12 |
2025-05-09 | bpf: Allow some trace helpers for all prog types | Feng Yang | 1 | -14/+0 |
2025-05-09 | net_sched: Flush gso_skb list too during ->change() | Cong Wang | 6 | -6/+6 |
2025-05-08 | Merge tag 'for-net-2025-05-08' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 3 | -34/+72 |
2025-05-09 | wifi: mac80211: Update MCS15 support in link_conf | Mohan Kumar G | 1 | -0/+3 |
2025-05-08 | wifi: mac80211: do not offer a mesh path if forwarding is disabled | Benjamin Berg | 1 | -2/+4 |
2025-05-08 | treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try() | Ingo Molnar | 1 | -8/+8 |
2025-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 12 | -136/+200 |
2025-05-08 | Bluetooth: hci_event: Fix not using key encryption size when its known | Luiz Augusto von Dentz | 2 | -31/+66 |