summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-27net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()Jia-Ju Bai
2018-07-27sch_cake: Make gso-splitting configurable from userspaceDave Taht
2018-07-27cxgb4: print ULD queue information managed by LLDRahul Lakkireddy
2018-07-27Merge branch 'l2tp-remove-unused-session-fields'David S. Miller
2018-07-27l2tp: drop ->mru from struct l2tp_sessionGuillaume Nault
2018-07-27l2tp: drop ->flags from struct pppol2tp_sessionGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_VLAN_ID netlink attributeGuillaume Nault
2018-07-27l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attributeGuillaume Nault
2018-07-27net/rds/Kconfig: Correct the RDS dependsAnders Roxell
2018-07-27Merge branch 'mlxsw-Support-DSCP-prioritization-and-rewrite'David S. Miller
2018-07-27selftests: mlxsw: Add test for trust-DSCPPetr Machata
2018-07-27mlxsw: spectrum: Support ieee_setapp, ieee_delappPetr Machata
2018-07-27mlxsw: reg: Add QoS Priority to DSCP Mapping RegisterPetr Machata
2018-07-27mlxsw: reg: Add QoS ReWrite Enable RegisterPetr Machata
2018-07-27mlxsw: reg: Add QoS Priority Trust State RegisterPetr Machata
2018-07-27mlxsw: reg: Add QoS Port DSCP to Priority Mapping RegisterPetr Machata
2018-07-27net: dcb: Add priority-to-DSCP map gettersPetr Machata
2018-07-27net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-27xfrm: fix ptr_ret.cocci warningskbuild test robot
2018-07-26Merge tag 'mlx5e-updates-2018-07-26' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2018-07-26netdevsim: make debug dirs' dentries staticJakub Kicinski
2018-07-26Merge branch 'docs-net-Convert-netdev-FAQ-to-RST'David S. Miller
2018-07-26docs: Update references to netdev-FAQTobin C. Harding
2018-07-26docs: net: Convert netdev-FAQ to restructured textTobin C. Harding
2018-07-26docs: Add rest label the_canonical_patch_formatTobin C. Harding
2018-07-26net: adaptec: Replace mdelay() with msleep() in starfire_init_one()Jia-Ju Bai
2018-07-26isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-07-26isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()Jia-Ju Bai
2018-07-26isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai
2018-07-26isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai
2018-07-26net: hns: make hns_dsaf_roce_reset non staticYueHaibing
2018-07-26net/mlx5e: TX, Use function to access sq_dma object in fifoTariq Toukan
2018-07-26net/mlx5e: TX, Move DB fields in TXQ-SQ structTariq Toukan
2018-07-26net/mlx5e: RX, Prefetch the xdp_frame data areaTariq Toukan
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan
2018-07-26net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan
2018-07-26net/mlx5e: Refactor XDP countersTariq Toukan
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan
2018-07-26net/mlx5e: Add counter for XDP redirect in RXTariq Toukan
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan
2018-07-26net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan
2018-07-26net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan
2018-07-26net/mlx5e: Do not recycle RX pages in interface down flowTariq Toukan
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan
2018-07-26Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko
2018-07-26tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva