summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)
2023-07-24tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith
2023-07-24vxlan: calculate correct header length for GPEJiri Benc
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-20Bluetooth: coredump: fix building with coredump disabledArnd Bergmann
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima
2023-07-14rsi: remove kernel-doc comment markerRandy Dunlap
2023-07-14pie: fix kernel-doc notation warningRandy Dunlap
2023-07-14net: NSH: fix kernel-doc notation warningRandy Dunlap
2023-07-14net: llc: fix kernel-doc notation warningsRandy Dunlap
2023-07-14inet: frags: eliminate kernel-doc warningRandy Dunlap
2023-07-14devlink: fix kernel-doc notation warningsRandy Dunlap
2023-07-14codel: fix kernel-doc notation warningsRandy Dunlap
2023-07-14net: cfg802154: fix kernel-doc notation warningsRandy Dunlap
2023-07-14net: bonding: remove kernel-doc comment markerRandy Dunlap
2023-07-12net/sched: make psched_mtu() RTNL-less safePedro Tammela
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal
2023-07-05netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz
2023-06-29Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz
2023-06-27net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn
2023-06-27af_unix: Skip SCM_PIDFD if scm->pid is NULL.Kuniyuki Iwashima
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-27net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-06-26netfilter: nf_tables: permit update of set sizeFlorian Westphal
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-22Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-06-21wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer
2023-06-21wifi: mac80211: fix documentation config referenceJohannes Berg
2023-06-20mctp: Reorder fields in 'struct mctp_route'Christophe JAILLET
2023-06-20netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-06-20netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-06-20netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-06-20netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller