summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera2018-08-035-4/+4
* netfilter: nf_osf: move nf_osf_fingers to non-uapi header fileFernando Fernandez Mancera2018-08-032-2/+2
* netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-035-30/+11
* netfilter: nf_tables: Add native tproxy supportMáté Eckl2018-07-304-0/+341
* netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera2018-07-304-0/+121
* netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera2018-07-304-154/+169
* netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera2018-07-303-6/+11
* netfilter: use PTR_ERR_OR_ZERO()YueHaibing2018-07-302-6/+2
* netfilter: nf_osf: add nf_osf_find()Pablo Neira Ayuso2018-07-302-0/+39
* netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal2018-07-304-7/+28
* Merge tag 'mlx5e-updates-2018-07-26' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-07-2610-313/+612
|\
| * net/mlx5e: TX, Use function to access sq_dma object in fifoTariq Toukan2018-07-261-10/+9
| * net/mlx5e: TX, Move DB fields in TXQ-SQ structTariq Toukan2018-07-261-6/+4
| * net/mlx5e: RX, Prefetch the xdp_frame data areaTariq Toukan2018-07-261-0/+1
| * net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan2018-07-267-21/+154
| * net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan2018-07-264-18/+19
| * net/mlx5e: Refactor XDP countersTariq Toukan2018-07-265-26/+52
| * net/mlx5e: Make XDP xmit functions more genericTariq Toukan2018-07-264-42/+61
| * net/mlx5e: Add counter for XDP redirect in RXTariq Toukan2018-07-263-0/+6
| * net/mlx5e: Move XDP related code into new XDP filesTariq Toukan2018-07-267-215/+293
| * net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan2018-07-262-8/+33
| * net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan2018-07-261-11/+22
| * net/mlx5e: Do not recycle RX pages in interface down flowTariq Toukan2018-07-261-17/+20
| * net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan2018-07-263-3/+2
* | netdevsim: make debug dirs' dentries staticJakub Kicinski2018-07-262-6/+3
* | Merge branch 'docs-net-Convert-netdev-FAQ-to-RST'David S. Miller2018-07-267-259/+271
|\ \
| * | docs: Update references to netdev-FAQTobin C. Harding2018-07-262-13/+10
| * | docs: net: Convert netdev-FAQ to restructured textTobin C. Harding2018-07-264-246/+260
| * | docs: Add rest label the_canonical_patch_formatTobin C. Harding2018-07-261-0/+1
|/ /
* | net: adaptec: Replace mdelay() with msleep() in starfire_init_one()Jia-Ju Bai2018-07-261-1/+1
* | isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-261-4/+4
* | isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai2018-07-261-1/+1
* | isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai2018-07-261-1/+1
* | isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai2018-07-261-1/+1
* | net: hns: make hns_dsaf_roce_reset non staticYueHaibing2018-07-261-1/+1
|/
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-07-265-111/+250
|\
| * ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck2018-07-263-91/+224
| * ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck2018-07-261-7/+7
| * igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2018-07-261-2/+2
| * igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke2018-07-261-12/+0
| * ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson2018-07-261-1/+9
| * ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen2018-07-261-0/+10
* | net: sched: unmark chain as explicitly created on deleteJiri Pirko2018-07-261-0/+1
* | tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes2018-07-261-3/+4
* | net: sched: cls_api: fix dead code in switchGustavo A. R. Silva2018-07-261-1/+0
* | l2tp: remove ->recv_payload_hookGuillaume Nault2018-07-265-39/+18
* | tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing2018-07-261-0/+1
* | net/tls: Removed redundant checks for non-NULLVakul Garg2018-07-261-6/+3
* | cbs: Add support for the graft functionVinicius Costa Gomes2018-07-261-9/+125
* | net: hns: Make many functions staticYueHaibing2018-07-2610-52/+60