summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/rds: remove variable total_copiedColin Ian King2022-10-271-2/+0
* mptcp: fix tracking issue in mptcp_subflow_create_socket()Eric Dumazet2022-10-271-0/+2
* Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-10-271-2/+2
|\
| * net: mac802154: Fixup function parameter name in docsStefan Schmidt2022-10-261-2/+2
* | Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller2022-10-269-152/+444
|\|
| * mac802154: Ensure proper scan-level filteringMiquel Raynal2022-10-241-4/+12
| * net: mac802154: Avoid displaying misleading debug informationMiquel Raynal2022-10-121-1/+3
| * mac802154: Avoid delivering frames received in a non satisfying filtering modeMiquel Raynal2022-10-121-5/+7
| * mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal2022-10-121-5/+2
| * mac802154: set filter at drv_start()Alexander Aring2022-10-125-31/+110
| * mac802154: move receive parameters above startAlexander Aring2022-10-121-95/+95
| * net: mac802154: Fix a Tx warning checkMiquel Raynal2022-06-272-25/+14
| * mac802154: fix atomic_dec_and_test checksAlexander Aring2022-06-142-4/+4
| * mac802154: util: fix release queue handlingAlexander Aring2022-06-141-1/+1
| * net: mac802154: Add a warning in the slow pathMiquel Raynal2022-06-101-0/+27
| * net: mac802154: Add a warning in the hot pathMiquel Raynal2022-06-102-1/+16
| * net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal2022-06-102-0/+48
| * net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal2022-06-105-5/+31
| * net: mac802154: Introduce a helper to disable the queueMiquel Raynal2022-06-102-0/+26
| * net: mac802154: Create a hot tx pathMiquel Raynal2022-06-101-2/+8
| * net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal2022-06-105-12/+71
| * net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal2022-06-102-0/+5
| * net: mac802154: Enhance the error path in the main tx helperMiquel Raynal2022-06-101-6/+6
| * net: mac802154: Rename the main tx_work structMiquel Raynal2022-06-103-5/+8
| * net: mac802154: Rename the synchronous xmit workerMiquel Raynal2022-06-103-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2022-10-261-1/+1
|\ \
| * | can: j1939: j1939_session_tx_eoma(): fix debug infoZhang Changzhong2022-10-191-1/+1
* | | net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2022-10-253-7/+7
* | | mptcp: sockopt: use new helper for TCP_DEFER_ACCEPTMatthieu Baerts2022-10-251-13/+3
* | | mptcp: add TCP_FASTOPEN_NO_COOKIE supportMatthieu Baerts2022-10-251-2/+5
* | | mptcp: sockopt: make 'tcp_fastopen_connect' genericMatthieu Baerts2022-10-251-5/+6
* | | soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-10-252-6/+90
* | | act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar2022-10-252-2/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-248-15/+42
|\ \ \
| * \ \ Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-246-15/+40
| |\ \ \
| | * | | tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-10-241-1/+2
| | * | | tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei2022-10-241-1/+3
| | * | | net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-10-241-0/+7
| | * | | kcm: annotate data-races around kcm->rx_waitEric Dumazet2022-10-241-6/+11
| | * | | kcm: annotate data-races around kcm->rx_psockEric Dumazet2022-10-241-3/+5
| | * | | ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski2022-10-211-1/+1
| | * | | tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-10-211-4/+12
| * | | | Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds2022-10-232-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-222-0/+2
* | | | | net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin2022-10-241-0/+7
* | | | | net: remove useless parameter of __sock_cmsg_sendxu xin2022-10-243-4/+4
* | | | | net: add a refcount tracker for kernel socketsEric Dumazet2022-10-244-0/+33
* | | | | udp: track the forward memory release threshold in an hot cachelinePaolo Abeni2022-10-242-5/+17
* | | | | net: introduce and use custom sockopt socket flagPaolo Abeni2022-10-242-7/+5
* | | | | ethtool: Add support for 800Gbps link modesAmit Cohen2022-10-241-0/+14