summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: mana: Add support for page sizes other than 4KB on ARM64Haiyang Zhang2024-10-102-2/+11
* icmp: change the order of rate limitsEric Dumazet2024-10-041-0/+2
* tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt2024-10-041-2/+19
* Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2024-10-041-2/+2
* wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih2024-10-041-3/+4
* Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-09-121-0/+4
* net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti2024-09-121-0/+2
* Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-09-121-5/+0
* net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider2024-09-081-2/+4
* net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2024-09-082-3/+2
* net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet2024-09-041-1/+1
* bonding: change ipsec_lock from spin lock to mutexJianbo Liu2024-09-041-1/+1
* netfilter: nf_tables_ipv6: consider network offset in netdev/egress validationPablo Neira Ayuso2024-09-041-2/+3
* netfilter: nf_tables: restore IP sanity checks for netdev/egressPablo Neira Ayuso2024-09-041-4/+6
* kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima2024-08-291-0/+1
* Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-292-8/+11
* vsock: fix recursive ->recvmsg callsCong Wang2024-08-291-0/+4
* net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell...Long Li2024-08-291-0/+1
* ipv6: fix source address selection with route leakNicolas Dichtel2024-08-031-6/+14
* ipv4: Fix incorrect TOS in route get replyIdo Schimmel2024-08-031-0/+1
* RDMA/mana_ib: Set correct device into ibKonstantin Taranov2024-08-031-0/+2
* Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov2024-08-031-4/+0
* xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert2024-08-031-26/+10
* tcp: add tcp_done_with_error() helperEric Dumazet2024-08-031-0/+1
* bpf: Fix too early release of tcx_entryDaniel Borkmann2024-07-081-4/+9
* Merge tag 'wireless-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-07-041-1/+1
|\
| * wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESPJohannes Berg2024-06-281-1/+1
* | Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz2024-06-281-0/+2
* | Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter2024-06-281-0/+11
* | Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-06-271-0/+5
|\ \
| * | netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2024-06-271-0/+5
* | | Fix race for duplicate reqsk on identical SYNluoxuanqiang2024-06-251-1/+1
|/ /
* | netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu2024-06-191-0/+3
* | Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-06-101-4/+32
* | geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman2024-06-101-2/+3
* | rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-051-0/+1
* | net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov2024-06-011-3/+4
* | net: fix __dst_negative_advice() raceEric Dumazet2024-05-292-11/+4
* | page_pool: fix &page_pool_params kdoc issuesAlexander Lobakin2024-05-271-2/+3
* | tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-271-0/+12
|/
* Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-211-1/+6
|\
| * s390/iucv: Unexport iucv_rootHeiko Carstens2024-05-141-1/+0
| * s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens2024-05-141-0/+6
* | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-203-19/+27
|\ \
| * | xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-082-15/+6
| * | page_pool: don't use driver-set flags field directlyAlexander Lobakin2024-05-071-3/+10
| * | page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin2024-05-071-1/+11
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-12/+19
|\ \ \
| * | | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-254-12/+19
* | | | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-183-6/+13
|\ \ \ \