summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-2718-246/+1331
|\
| * xfrm: fix ptr_ret.cocci warningskbuild test robot2018-07-271-4/+1
| * xfrm: Return detailed errors from xfrmi_newlinkBenedict Wong2018-07-261-12/+20
| * xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-07-261-1/+4
| * xfrm: Allow xfrmi if_id to be updated by UPDSANathan Harold2018-07-201-2/+6
| * xfrm: Remove xfrmi interface ID from flowiBenedict Wong2018-07-206-47/+83
| * xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-193-11/+7
| * ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-112-2/+2
| * xfrm: use time64_t for in-kernel timestampsArnd Bergmann2018-07-112-17/+17
| * xfrm: Allow Set Mark to be Updated Using UPDSANathan Harold2018-07-011-0/+9
| * xfrm: policy: remove pcpu policy cacheFlorian Westphal2018-06-254-152/+3
| * xfrm: Add virtual xfrm interfacesSteffen Klassert2018-06-237-0/+1061
| * xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-237-25/+96
| * flow: Extend flow informations with xfrm interface id.Steffen Klassert2018-06-231-0/+9
| * xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2018-06-237-17/+57
* | 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