summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg2024-04-031-0/+2
* mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin2024-04-031-0/+1
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-261-0/+1
* Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz2024-03-261-1/+1
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-262-43/+0
* Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler2024-03-261-1/+0
* net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr2024-03-061-0/+1
* netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-03-011-1/+1
* net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz2024-03-011-0/+3
* mptcp: fix lockless access in subflow ULP diagPaolo Abeni2024-03-011-1/+1
* tls: fix race between async notify and socket closeJakub Kicinski2024-02-231-5/+0
* netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso2024-02-161-2/+14
* wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg2024-02-161-0/+4
* af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-02-051-6/+14
* netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2024-02-051-0/+2
* ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-02-051-1/+1
* xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-311-0/+26
* xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-311-0/+1
* net/sched: flower: Fix chain template offloadIdo Schimmel2024-01-311-0/+4
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2024-01-311-4/+11
* udp: fix busy pollingEric Dumazet2024-01-312-6/+17
* llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-01-311-4/+2
* tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-311-0/+8
* net: netdev_queue: netdev_txq_completed_mb(): fix wake conditionMarc Kleine-Budde2024-01-251-1/+1
* Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2024-01-251-1/+0
* virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2024-01-251-1/+1
* net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov2024-01-042-5/+23
* Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-12-291-1/+1
|\
| * netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso2023-12-201-1/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2023-12-211-0/+5
|\ \
| * | bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2023-12-131-0/+5
| |/
* | net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-211-51/+13
* | Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2023-12-151-0/+5
* | Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz2023-12-151-2/+2
|/
* net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-0/+10
* net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-082-6/+10
* drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-071-0/+2
* net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-061-0/+6
* tcp: fix mid stream window clamp.Paolo Abeni2023-12-051-2/+7
* Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-291-0/+46
|\
| * wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+46
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-291-0/+1
|\ \
| * | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-301-0/+1
* | | neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva2023-11-281-1/+1
|/ /
* | bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann2023-11-201-0/+6
* | Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-11-161-2/+2
|\ \
| * | netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2023-11-141-2/+2
* | | net: sched: do not offload flows with a helper in act_ctXin Long2023-11-161-0/+9
|/ /
* | net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-081-13/+17
* | net/tcp: fix possible out-of-bounds reads in tcp_hash_fail()Eric Dumazet2023-11-031-6/+7