summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim2022-01-101-5/+5
* net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-8/+3
* rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-13/+4
* hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-6/+2
* lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-14/+8
* net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-102-13/+4
* cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-15/+5
* cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-12/+5
* cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-6/+5
* bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-15/+4
* et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-3/+2
* be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-9/+5
* vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-15/+7
* bna: Simplify DMA settingChristophe JAILLET2022-01-101-24/+10
* net: alteon: Simplify DMA settingChristophe JAILLET2022-01-102-8/+2
* myri10ge: Simplify DMA settingChristophe JAILLET2022-01-101-12/+1
* qlcnic: Simplify DMA settingChristophe JAILLET2022-01-106-38/+19
* net: allwinner: Fix print formatJakub Kicinski2022-01-101-2/+2
* page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin2022-01-101-4/+0
* Merge branch 'net-skb-introduce-kfree_skb_with_reason'Jakub Kicinski2022-01-107-22/+96
|\
| * net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-103-2/+10
| * net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-01-103-3/+19
| * net: skb: introduce kfree_skb_reason()Menglong Dong2022-01-105-17/+67
|/
* net/mlx5e: Fix build error in fec_set_block_stats()Jakub Kicinski2022-01-101-1/+1
* Merge branch 'bnxt_en-update-for-net-next'Jakub Kicinski2022-01-106-65/+129
|\
| * bnxt_en: improve firmware timeout messagingEdwin Peer2022-01-104-24/+25
| * bnxt_en: use firmware provided max timeout for messagesEdwin Peer2022-01-106-12/+15
| * bnxt_en: improve VF error messages when PF is unavailableEdwin Peer2022-01-103-9/+40
| * bnxt_en: add dynamic debug support for HWRM messagesEdwin Peer2022-01-102-21/+50
|/
* iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()Nathan Chancellor2022-01-101-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-1044-404/+887
|\
| * netfilter: nft_meta: cancel register tracking after meta updatePablo Neira Ayuso2022-01-092-0/+40
| * netfilter: nft_payload: cancel register tracking after payload updatePablo Neira Ayuso2022-01-091-0/+21
| * netfilter: nft_bitwise: track register operationsPablo Neira Ayuso2022-01-094-2/+99
| * netfilter: nft_meta: track register operationsPablo Neira Ayuso2022-01-091-0/+28
| * netfilter: nft_payload: track register operationsPablo Neira Ayuso2022-01-091-0/+30
| * netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso2022-01-092-0/+23
| * netfilter: nf_tables: add NFT_REG32_NUMPablo Neira Ayuso2022-01-091-1/+3
| * netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso2022-01-094-67/+147
| * netfilter: nft_limit: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-12/+82
| * netfilter: nft_limit: rename stateful structurePablo Neira Ayuso2022-01-091-52/+52
| * netfilter: nft_numgen: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-6/+28
| * netfilter: nft_quota: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-5/+47
| * netfilter: nft_last: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-18/+51
| * netfilter: nft_connlimit: move stateful fields out of expression dataPablo Neira Ayuso2022-01-091-8/+18
| * netfilter: egress: avoid a lockdep splatFlorian Westphal2022-01-091-1/+1
| * net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-01-093-9/+15
| * netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-01-093-8/+14
| * netfilter: make function op structures constFlorian Westphal2022-01-096-18/+18
| * netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal2022-01-093-15/+10