summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-05r8169: speed up rtl_loop_waitHeiner Kallweit1-1/+1
2019-05-05r8169: make use of phy_set_asym_pauseHeiner Kallweit1-2/+1
2019-05-05net: ll_temac: Make some functions staticYueHaibing1-8/+8
2019-05-05net: aquantia: Make aq_ndev_driver_name staticYueHaibing1-1/+1
2019-05-05netdevsim: Make nsim_num_vf staticYueHaibing1-1/+1
2019-05-05net: mvpp2: cls: Remove set but not used variable 'act'YueHaibing1-3/+0
2019-05-05um: vector netdev: adjust to xmit_more API changeJohannes Berg1-1/+1
2019-05-05Merge branch 'net-extend-indirect-calls-helper-usage'David S. Miller6-14/+45
2019-05-05net: use indirect calls helpers at the socket layerPaolo Abeni1-4/+16
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni4-4/+10
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni4-4/+15
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni1-2/+4
2019-05-05net: ll_temac: remove an unnecessary conditionDan Carpenter1-1/+1
2019-05-05net: ll_temac: Fix an NULL vs IS_ERR() check in temac_open()Dan Carpenter1-2/+2
2019-05-05net: atm: clean up a range checkDan Carpenter1-3/+1
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller202-1636/+56489
2019-05-05drivers: net: davinci_mdio: fix return value check in davinci_mdio_probe()Wei Yongjun1-2/+2
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King1-0/+4
2019-05-05Merge branch 'ipv4-Move-location-of-pcpu-route-cache-and-exceptions'David S. Miller3-67/+64
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern3-31/+24
2019-05-05ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern1-10/+10
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern3-28/+32
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron1-2/+5
2019-05-04r8169: remove rtl_write_exgmac_batchHeiner Kallweit1-22/+4
2019-05-04Merge branch 'netlink-strict-attribute-checking-follow-up'David S. Miller3-12/+41
2019-05-04netlink: add validation of NLA_F_NESTED flagMichal Kubecek2-1/+25
2019-05-04netlink: set bad attribute also on maxtype checkMichal Kubecek1-1/+2
2019-05-04genetlink: do not validate dump requests if there is no policyMichal Kubecek1-10/+14
2019-05-04Merge branch 'mlxsw-Firmware-version-update'David S. Miller2-13/+41
2019-05-04mlxsw: spectrum: split base on local_ports_in_{1x, 2x} resourcesShalom Toledo1-11/+35
2019-05-04mlxsw: resources: Add local_ports_in_{1x, 2x}Shalom Toledo1-0/+4
2019-05-04mlxsw: Bump firmware version to 13.2000.1122Ido Schimmel1-2/+2
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien3-7/+84
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit2-14/+2
2019-05-04net: phy: improve pause handlingHeiner Kallweit4-9/+32
2019-05-04net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva1-1/+1
2019-05-04net: add a generic tracepoint for TX queue timeoutCong Wang2-0/+25
2019-05-04Merge tag 'mlx5-updates-2019-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller39-559/+1112
2019-05-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-208/+448
2019-05-04wimax/i2400m: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-05-04Merge branch 'net-hns3-enhance-capabilities-for-fibre-port'David S. Miller8-73/+620
2019-05-04net: hns3: add support for FEC encoding controlJian Shen5-1/+213
2019-05-04net: hns3: add autoneg and change speed support for fibre portJian Shen3-11/+163
2019-05-04net: hns3: add support for multiple media typeJian Shen8-63/+246
2019-05-04usbnet: ipheth: Remove unnecessary NULL pointer checkGuenter Roeck1-2/+0
2019-05-04net: dsa: mv88e6xxx: Pass interrupt number in platform dataAndrew Lunn2-4/+10
2019-05-04Merge branch 'mv88e6xxx-Disable-ports-to-save-power'David S. Miller1-1/+14
2019-05-04net: dsa :mv88e6xxx: Disable unused portsAndrew Lunn1-1/+11
2019-05-04net: dsa: mv88e6xxx: Set STP disable state in port_disableAndrew Lunn1-0/+3
2019-05-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller11-83/+451