aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathGravatar Pablo Neira Ayuso 1-0/+1
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Jakub Kicinski 1-0/+1
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingGravatar Neal Cardwell 1-0/+3
2023-10-16Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 1-1/+1
2023-10-13Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameGravatar Kees Cook 1-1/+1
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingGravatar Paolo Abeni 1-6/+4
2023-10-10net: macsec: indicate next pn update when offloadingGravatar Radu Pirea (NXP OSS) 1-0/+1
2023-10-05net: mana: Fix oversized sge0 for GSO packetsGravatar Haiyang Zhang 1-2/+3
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataGravatar Neal Cardwell 1-2/+4
2023-10-04page_pool: fix documentation typosGravatar Randy Dunlap 1-3/+3
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 1-2/+4
2023-10-03ipv4/fib: send notify when delete source address routesGravatar Hangbin Liu 1-0/+1
2023-10-01neighbour: fix data-races around n->outputGravatar Eric Dumazet 1-1/+1
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar David S. Miller 1-1/+1
2023-09-20Bluetooth: hci_core: Fix build warningsGravatar Luiz Augusto von Dentz 1-1/+1
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredGravatar Florian Westphal 1-1/+1
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar David S. Miller 1-2/+3
2023-09-13wifi: cfg80211: add missing kernel-doc for cqm_rssi_workGravatar Johannes Berg 1-0/+1
2023-09-13xfrm: fix a data-race in xfrm_gen_index()Gravatar Eric Dumazet 1-0/+1
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Gravatar Kuniyuki Iwashima 1-0/+5
2023-09-12ipv6: fix ip6_sock_set_addr_preferences() typoGravatar Eric Dumazet 1-1/+1
2023-09-11wifi: cfg80211: fix cqm_config access raceGravatar Johannes Berg 1-1/+2
2023-09-11wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionGravatar Wen Gong 1-1/+1
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 6-26/+45
2023-09-08netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCGravatar Pablo Neira Ayuso 1-2/+3
2023-09-06ip_tunnels: use DEV_STATS_INC()Gravatar Eric Dumazet 1-8/+7
2023-09-04af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT.Gravatar Kuniyuki Iwashima 1-5/+9
2023-09-01ipv4: ignore dst hint for multipath routesGravatar Sriram Yagnaraman 1-0/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsGravatar Eric Dumazet 2-8/+11
2023-09-01net: annotate data-races around sk->sk_forward_allocGravatar Eric Dumazet 1-3/+9
2023-08-31net: fib: avoid warn splat in flow dissectorGravatar Florian Westphal 2-2/+8
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-4/+8
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+0
2023-08-27tls: move tls_cipher_size_desc to net/tls/tls.hGravatar Sabrina Dubroca 1-10/+0
2023-08-27devlink: Expose port function commands to control IPsec packet offloadsGravatar Dima Chumak 1-0/+15
2023-08-27devlink: Expose port function commands to control IPsec crypto offloadsGravatar Dima Chumak 1-0/+15
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+4
2023-08-25Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Jakub Kicinski 4-24/+20
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDGravatar Luiz Augusto von Dentz 2-1/+13
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingGravatar Claudia Draghicescu 1-0/+11
2023-08-24Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHGravatar Luiz Augusto von Dentz 1-3/+3
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncGravatar Iulia Tanasescu 1-2/+28
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Jakub Kicinski 1-0/+2
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 7-18/+28
2023-08-24Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Abeni 1-0/+6
2023-08-24bonding: fix macvlan over alb bond supportGravatar Hangbin Liu 1-10/+1
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingGravatar Florian Westphal 1-0/+5
2023-08-23netfilter: nf_tables: validate all pending tablesGravatar Florian Westphal 1-0/+1
2023-08-22mptcp: add struct mptcp_sched_opsGravatar Geliang Tang 1-0/+21
2023-08-22mac80211: make ieee80211_tx_info padding explicitGravatar Arnd Bergmann 1-1/+3