aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju1-0/+45
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook8-18/+17
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook4-6/+6
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook3-3/+3
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing1-4/+9
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima1-0/+1
2025-11-03ipv6: Add in6_dev_rcu().Kuniyuki Iwashima1-0/+5
2025-11-039p: convert to the new mount APIEric Sandeen2-2/+2
2025-11-039p: create a v9fs_context structure to hold parsed optionsEric Sandeen2-32/+90
2025-11-03net/9p: move structures and macros to header filesEric Sandeen2-0/+45
2025-11-03net/9p: cleanup: change p9_trans_module->def to boolDominique Martinet1-1/+1
2025-11-039p: Use kvmalloc for message buffers on supported transportsPierre Barre1-0/+4
2025-10-31net: mana: Support HW link state eventsHaiyang Zhang3-1/+9
2025-10-31Merge tag 'for-net-2025-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-1/+1
2025-10-31Merge tag 'wireless-2025-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-0/+78
2025-10-31Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov1-1/+1
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-16/+19
2025-10-30Merge tag 'nf-next-25-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-1/+1
2025-10-30Merge tag 'wireless-next-2025-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski3-1/+39
2025-10-30net/smc: make wr buffer count configurableHalil Pasic1-0/+2
2025-10-30netfilter: fix typo in nf_conntrack_l4proto.h commentcaivive (Weibiao Tu)1-1/+1
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu1-1/+2
2025-10-30wifi: mac80211: add RX flag to report radiotap VHT informationBenjamin Berg2-1/+21
2025-10-29libeth: xdp: Disable generic kCFI pass for libeth_xdp_tx_xmit_bulk()Nathan Chancellor1-1/+1
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-0/+6
2025-10-29net: tls: Change async resync helpers argumentShahar Shitrit1-13/+8
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel1-0/+1
2025-10-29ipv4: icmp: Add RFC 5837 supportIdo Schimmel1-0/+1
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet1-1/+1
2025-10-28sctp: Constify struct sctp_sched_opsChristophe JAILLET2-3/+3
2025-10-28net: netmem: remove NET_IOV_MAX from net_iov_type enumBobby Eshleman1-4/+0
2025-10-28wifi: cfg80211: add an hrtimer based delayed work itemBenjamin Berg1-0/+78
2025-10-27net/sched: Remove unused typedef psched_tdiff_tYue Haibing1-1/+0
2025-10-27sctp: Remove sctp_copy_sock() and sctp_copy_descendant().Kuniyuki Iwashima2-10/+1
2025-10-27sctp: Remove sctp_pf.create_accept_sk().Kuniyuki Iwashima1-3/+0
2025-10-27net: Add sk_clone().Kuniyuki Iwashima1-1/+6
2025-10-27net/tls: support setting the maximum payload sizeWilfred Mallawa1-0/+3
2025-10-27wifi: cfg80211: Add debugfs support for multi-radio wiphyRoopni Devanathan1-0/+4
2025-10-27wifi: cfg80211/mac80211: validate radio frequency range for monitor modeRyder Lee1-0/+14
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima1-1/+1
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima1-3/+12
2025-10-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz1-0/+1
2025-10-24Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"Frédéric Danis1-2/+2
2025-10-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen1-1/+1
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz1-0/+1
2025-10-22net/sched: Remove unused inline helper qdisc_from_priv()Yue Haibing1-5/+0
2025-10-21net: dsa: tag_yt921x: add support for Motorcomm YT921x tagsDavid Yang1-0/+2
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet1-1/+5
2025-10-20nl802154: fix some kernel-doc warningsRandy Dunlap1-3/+2
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-0/+10