summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-03netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma2-6/+1
2018-08-03netfilter: nf_tables: remove unused variableYueHaibing1-2/+0
2018-08-03netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal1-2/+2
2018-08-03netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera5-4/+4
2018-08-03netfilter: nf_osf: move nf_osf_fingers to non-uapi header fileFernando Fernandez Mancera2-2/+2
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing5-30/+11
2018-07-30netfilter: nf_tables: Add native tproxy supportMáté Eckl4-0/+341
2018-07-30netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera4-0/+121
2018-07-30netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera4-154/+169
2018-07-30netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera3-6/+11
2018-07-30netfilter: use PTR_ERR_OR_ZERO()YueHaibing2-6/+2
2018-07-30netfilter: nf_osf: add nf_osf_find()Pablo Neira Ayuso2-0/+39
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal4-7/+28
2018-07-26Merge tag 'mlx5e-updates-2018-07-26' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller10-313/+612
2018-07-26netdevsim: make debug dirs' dentries staticJakub Kicinski2-6/+3
2018-07-26Merge branch 'docs-net-Convert-netdev-FAQ-to-RST'David S. Miller7-259/+271
2018-07-26docs: Update references to netdev-FAQTobin C. Harding2-13/+10
2018-07-26docs: net: Convert netdev-FAQ to restructured textTobin C. Harding4-246/+260
2018-07-26docs: Add rest label the_canonical_patch_formatTobin C. Harding1-0/+1
2018-07-26net: adaptec: Replace mdelay() with msleep() in starfire_init_one()Jia-Ju Bai1-1/+1
2018-07-26isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-4/+4
2018-07-26isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai1-1/+1
2018-07-26isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai1-1/+1
2018-07-26isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai1-1/+1
2018-07-26net: hns: make hns_dsaf_roce_reset non staticYueHaibing1-1/+1
2018-07-26net/mlx5e: TX, Use function to access sq_dma object in fifoTariq Toukan1-10/+9
2018-07-26net/mlx5e: TX, Move DB fields in TXQ-SQ structTariq Toukan1-6/+4
2018-07-26net/mlx5e: RX, Prefetch the xdp_frame data areaTariq Toukan1-0/+1
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan7-21/+154
2018-07-26net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan4-18/+19
2018-07-26net/mlx5e: Refactor XDP countersTariq Toukan5-26/+52
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan4-42/+61
2018-07-26net/mlx5e: Add counter for XDP redirect in RXTariq Toukan3-0/+6
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan7-215/+293
2018-07-26net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan2-8/+33
2018-07-26net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan1-11/+22
2018-07-26net/mlx5e: Do not recycle RX pages in interface down flowTariq Toukan1-17/+20
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan3-3/+2
2018-07-26Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller5-111/+250
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko1-0/+1
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes1-3/+4
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva1-1/+0
2018-07-26l2tp: remove ->recv_payload_hookGuillaume Nault5-39/+18
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing1-0/+1
2018-07-26net/tls: Removed redundant checks for non-NULLVakul Garg1-6/+3
2018-07-26cbs: Add support for the graft functionVinicius Costa Gomes1-9/+125
2018-07-26net: hns: Make many functions staticYueHaibing10-52/+60
2018-07-26selftests/net: add tls to .gitignoreAnders Roxell1-0/+1
2018-07-26selftests: forwarding: add tests for TC chain get and dump operationsJiri Pirko1-0/+21
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck3-91/+224