summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet-3/+4
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu-0/+6
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller-0/+1
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller-0/+1
2023-08-16netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal-0/+1
2023-08-10Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-75/+45
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso-95/+3
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso-1/+63
2023-08-09Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-0/+3
2023-08-08wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau-0/+3
2023-08-02vxlan: Fix nexthop hash sizeBenjamin Poirier-2/+2
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky-0/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-6/+7
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert-0/+43
2023-07-24tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith-6/+2
2023-07-24vxlan: calculate correct header length for GPEJiri Benc-4/+9
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-2/+5
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet-1/+5
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet-2/+5
2023-07-20Bluetooth: coredump: fix building with coredump disabledArnd Bergmann-2/+0
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen-0/+5
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima-1/+1
2023-07-14rsi: remove kernel-doc comment markerRandy Dunlap-1/+1
2023-07-14pie: fix kernel-doc notation warningRandy Dunlap-1/+1
2023-07-14net: NSH: fix kernel-doc notation warningRandy Dunlap-1/+1
2023-07-14net: llc: fix kernel-doc notation warningsRandy Dunlap-2/+4
2023-07-14inet: frags: eliminate kernel-doc warningRandy Dunlap-1/+1
2023-07-14devlink: fix kernel-doc notation warningsRandy Dunlap-12/+16
2023-07-14codel: fix kernel-doc notation warningsRandy Dunlap-2/+2
2023-07-14net: cfg802154: fix kernel-doc notation warningsRandy Dunlap-1/+2
2023-07-14net: bonding: remove kernel-doc comment markerRandy Dunlap-1/+1
2023-07-12net/sched: make psched_mtu() RTNL-less safePedro Tammela-1/+1
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-4/+30
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+2
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal-0/+3
2023-07-05netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso-4/+27
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+3
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz-1/+1
2023-06-29Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz-0/+1
2023-06-27net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn-10/+25
2023-06-27af_unix: Skip SCM_PIDFD if scm->pid is NULL.Kuniyuki Iwashima-1/+3
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe-66/+97
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+11
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima-0/+1
2023-06-27net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean-2/+10
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-0/+3
2023-06-26netfilter: nf_tables: permit update of set sizeFlorian Westphal-0/+3
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-12/+0