summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-25tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith1-6/+2
2023-07-24vxlan: calculate correct header length for GPEJiri Benc1-4/+9
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+5
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-2/+5
2023-07-20Bluetooth: coredump: fix building with coredump disabledArnd Bergmann1-2/+0
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-0/+5
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima1-1/+1
2023-07-15rsi: remove kernel-doc comment markerRandy Dunlap1-1/+1
2023-07-15pie: fix kernel-doc notation warningRandy Dunlap1-1/+1
2023-07-15net: NSH: fix kernel-doc notation warningRandy Dunlap1-1/+1
2023-07-15net: llc: fix kernel-doc notation warningsRandy Dunlap1-2/+4
2023-07-15inet: frags: eliminate kernel-doc warningRandy Dunlap1-1/+1
2023-07-15devlink: fix kernel-doc notation warningsRandy Dunlap1-12/+16
2023-07-15codel: fix kernel-doc notation warningsRandy Dunlap1-2/+2
2023-07-15net: cfg802154: fix kernel-doc notation warningsRandy Dunlap1-1/+2
2023-07-15net: bonding: remove kernel-doc comment markerRandy Dunlap1-1/+1
2023-07-13net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-4/+30
2023-07-06Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+2
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal1-0/+3
2023-07-05netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso1-4/+27
2023-06-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz1-1/+1
2023-06-29Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz1-0/+1
2023-06-27net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn1-10/+25
2023-06-27af_unix: Skip SCM_PIDFD if scm->pid is NULL.Kuniyuki Iwashima1-1/+3
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe21-66/+97
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+11
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-06-27net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean1-2/+10
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+3
2023-06-26netfilter: nf_tables: permit update of set sizeFlorian Westphal1-0/+3
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells3-12/+0
2023-06-25Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski2-1/+22
2023-06-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+0
2023-06-23Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-25/+153
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+38
2023-06-22Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+29
2023-06-21wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer1-0/+2
2023-06-21wifi: mac80211: fix documentation config referenceJohannes Berg1-1/+1
2023-06-21mctp: Reorder fields in 'struct mctp_route'Christophe JAILLET1-2/+2
2023-06-20netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-0/+3
2023-06-20netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso1-1/+4
2023-06-20netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+2
2023-06-20netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso1-1/+20
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-0/+1
2023-06-20net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean1-0/+8