summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: fix include guards.Jeremy Sowden2019-09-132-4/+9
* netfilter: nf_tables_offload: remove rules when the device unregisterswenxu2019-09-133-5/+51
* netfilter: nf_tables_offload: refactor the nft_flow_offload_rule functionwenxu2019-09-131-7/+13
* netfilter: nf_tables_offload: refactor the nft_flow_offload_chain functionwenxu2019-09-131-7/+13
* netfilter: nf_tables_offload: add __nft_offload_get_chain functionwenxu2019-09-131-18/+34
* netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso2019-09-107-3/+70
* netfilter: nft_synproxy: add synproxy stateful object supportFernando Fernandez Mancera2019-09-102-22/+124
* netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso2019-09-083-15/+24
* netfilter: nf_tables_offload: avoid excessive stack usageArnd Bergmann2019-09-081-7/+13
* netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handlingDan Carpenter2019-09-081-3/+3
* Merge branch 'net-tls-small-TX-offload-optimizations'David S. Miller2019-09-071-39/+91
|\
| * net/tls: align non temporal copy to cache linesJakub Kicinski2019-09-071-5/+28
| * net/tls: remove the record tail optimizationJakub Kicinski2019-09-071-20/+47
| * net/tls: use RCU for the adder to the offload record listJakub Kicinski2019-09-071-8/+13
| * net/tls: unref frags in orderJakub Kicinski2019-09-071-6/+3
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-09-0713-110/+197
|\
| * Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby2019-09-062-3/+3
| * Bluetooth: btusb: Use cmd_timeout to reset Realtek deviceAlex Lu2019-09-051-0/+31
| * Bluetooth: btrtl: Fix an issue that failing to download the FW which size is ...Max Chou2019-09-051-1/+5
| * Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-09-051-6/+2
| * Bluetooth: btrtl: Remove trailing newline from calls to rtl_dev macrosAlex Lu2019-09-051-28/+28
| * Bluetooth: btrtl: Remove redundant prefix from calls to rtl_dev macrosAlex Lu2019-09-051-6/+6
| * Bluetooth: btrtl: Add firmware version printAlex Lu2019-09-051-21/+35
| * Bluetooth: btrtl: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERYAlex Lu2019-09-051-0/+5
| * Bluetooth: hci_qca: wait for Pre shutdown complete event before sending the P...Harish Bandi2019-09-052-2/+5
| * bluetooth: hci_bcm: Give more time to come out of resetOndrej Jirman2019-09-051-1/+1
| * bluetooth: bcm: Add support for loading firmware for BCM4345C5Ondrej Jirman2019-09-052-0/+4
| * dt-bindings: net: Add compatible for BCM4345C5 bluetooth deviceOndrej Jirman2019-09-051-0/+1
| * Bluetooth: hci_qca: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for QCA UART RadioRocky Liao2019-09-051-0/+5
| * Bluetooth: hci_qca: Make structure qca_proto constantNishka Dasgupta2019-09-051-1/+1
| * Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta2019-09-051-1/+1
| * Bluetooth: btusb: Fix suspend issue for Realtek devicesAlex Lu2019-09-051-4/+30
| * Bluetooth: hci_bcm: Fix -Wunused-const-variable warningsYueHaibing2019-09-051-15/+15
| * Bluetooth: hci_qca: Remove redundant initializations to zeroMatthias Kaehlcke2019-09-051-19/+0
| * Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad2019-09-052-7/+24
* | net: hns3: make array spec_opcode static const, makes object smallerColin Ian King2019-09-071-1/+1
* | be2net: make two arrays static const, makes object smallerColin Ian King2019-09-071-2/+2
* | ionic: Remove unused including <linux/version.h>YueHaibing2019-09-071-1/+0
* | Merge branch 'stmmac-next'David S. Miller2019-09-074-16/+78
|\ \
| * | net: stmmac: Limit max speeds of XGMAC if asked toJose Abreu2019-09-071-9/+16
| * | net: stmmac: selftests: Add Split Header testJose Abreu2019-09-071-0/+42
| * | net: stmmac: dwmac4: Enable RX Jumbo frame supportJose Abreu2019-09-072-7/+2
| * | net: stmmac: selftests: Set RX tail pointer in Flow Control testJose Abreu2019-09-071-0/+6
| * | net: stmmac: selftests: Add missing checks for support of SAJose Abreu2019-09-071-0/+12
|/ /
* | ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2019-09-072-4/+4
* | Merge branch 'hv_netvsc-features'David S. Miller2019-09-073-5/+24
|\ \
| * | hv_netvsc: Sync offloading features to VF NICHaiyang Zhang2019-09-071-2/+20
| * | hv_netvsc: Allow scatter-gather feature to be tunableHaiyang Zhang2019-09-073-3/+4
|/ /
* | Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-09-0715-47/+207
|\ \
| * | net/mlx5e: Add port buffer's congestion countersAya Levin2019-09-052-1/+150