summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2024-05-02net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-17Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-04-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto
2024-04-10net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-03wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg
2024-04-03mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
2024-03-26Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz
2024-03-26Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove BT_HSLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler
2024-03-06net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-03-01net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz
2024-03-01bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-02-23tls: fix race between async notify and socket closeJakub Kicinski
2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2024-02-05netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-01-31xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-31xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski
2024-01-31net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-31udp: fix busy pollingEric Dumazet
2024-01-31llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima
2024-01-31tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-25net: netdev_queue: netdev_txq_completed_mb(): fix wake conditionMarc Kleine-Budde
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz
2024-01-25virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2024-01-10net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet
2024-01-10tcp: derive delack_max from rto_minEric Dumazet
2024-01-10xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar
2024-01-10netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso
2024-01-01Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2024-01-01net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2024-01-01Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz
2024-01-01bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2023-12-20net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-13tcp: fix mid stream window clamp.Paolo Abeni
2023-12-08bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-12-08neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva