summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-13netfilter: nf_tables_offload: add __nft_offload_get_chain functionwenxu1-18/+34
2019-09-10netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso7-3/+70
2019-09-10netfilter: nft_synproxy: add synproxy stateful object supportFernando Fernandez Mancera2-22/+124
2019-09-08netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso3-15/+24
2019-09-08netfilter: nf_tables_offload: avoid excessive stack usageArnd Bergmann1-7/+13
2019-09-08netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handlingDan Carpenter1-3/+3
2019-09-07Merge branch 'net-tls-small-TX-offload-optimizations'David S. Miller1-39/+91
2019-09-07net/tls: align non temporal copy to cache linesJakub Kicinski1-5/+28
2019-09-07net/tls: remove the record tail optimizationJakub Kicinski1-20/+47
2019-09-07net/tls: use RCU for the adder to the offload record listJakub Kicinski1-8/+13
2019-09-07net/tls: unref frags in orderJakub Kicinski1-6/+3
2019-09-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller13-110/+197
2019-09-07net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-1/+1
2019-09-07be2net: make two arrays static const, makes object smallerColin Ian King1-2/+2
2019-09-07ionic: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-07Merge branch 'stmmac-next'David S. Miller4-16/+78
2019-09-07net: stmmac: Limit max speeds of XGMAC if asked toJose Abreu1-9/+16
2019-09-07net: stmmac: selftests: Add Split Header testJose Abreu1-0/+42
2019-09-07net: stmmac: dwmac4: Enable RX Jumbo frame supportJose Abreu2-7/+2
2019-09-07net: stmmac: selftests: Set RX tail pointer in Flow Control testJose Abreu1-0/+6
2019-09-07net: stmmac: selftests: Add missing checks for support of SAJose Abreu1-0/+12
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2-4/+4
2019-09-07Merge branch 'hv_netvsc-features'David S. Miller3-5/+24
2019-09-07hv_netvsc: Sync offloading features to VF NICHaiyang Zhang1-2/+20
2019-09-07hv_netvsc: Allow scatter-gather feature to be tunableHaiyang Zhang3-3/+4
2019-09-07Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller15-47/+207
2019-09-07tcp: ulp: fix possible crash in tcp_diag_get_aux_size()Eric Dumazet1-1/+1
2019-09-07net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko2-9/+23
2019-09-07ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-1/+1
2019-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-29/+285
2019-09-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-169/+195
2019-09-07Merge tag 'wireless-drivers-next-for-davem-2019-09-07' of git://git.kernel.or...David S. Miller216-6244/+5206
2019-09-07Merge tag 'iwlwifi-next-for-kalle-2019-09-06' of git://git.kernel.org/pub/scm...Kalle Valo84-3633/+2167
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller124-698/+3489
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King1-2/+1
2019-09-06Merge branch 'ravb-remove-use-of-undocumented-registers'David S. Miller2-24/+6
2019-09-06ravb: TROCR register is only present on R-Car Gen3Simon Horman2-3/+5
2019-09-06ravb: remove undocumented endianness selectionSimon Horman2-7/+0
2019-09-06ravb: remove undocumented counter processingSimon Horman2-13/+0
2019-09-06ravb: correct typo in FBP field of SFO registerSimon Horman1-1/+1
2019-09-06zd1211rw: use %*ph to print small bufferAndy Shevchenko1-2/+1
2019-09-06brcmfmac: use %*ph to print small bufferAndy Shevchenko1-12/+6
2019-09-06hostap: use %*ph to print small bufferAndy Shevchenko2-6/+3
2019-09-06rtlwifi: Fix file release memory leakWei Yongjun1-1/+1
2019-09-06rtw88: fix seq_file memory leakWei Yongjun1-1/+1
2019-09-06hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_readzhong jiang1-2/+1
2019-09-06brcmfmac: add "reset" debugfs entry for testing resetRafał Miłecki1-0/+25
2019-09-06brcmfmac: add stub version of brcmf_debugfs_get_devdir()Rafał Miłecki1-0/+4
2019-09-06Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby2-3/+3
2019-09-06Merge branch 'net-hns3-add-some-bugfixes-and-cleanups'David S. Miller4-12/+69