summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski2019-06-041-10/+5
* net: dsa: sja1105: Fix link speed not working at 100 Mbps and belowVladimir Oltean2019-06-041-16/+16
* net: phylink: avoid reducing support maskRussell King2019-06-041-4/+9
* net: sfp: read eeprom in maximum 16 byte incrementsRussell King2019-06-031-4/+20
* selftests: set sysctl bc_forwarding properly in router_broadcast.shXin Long2019-06-031-1/+4
* net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is e...Sean Wang2019-06-031-1/+2
* net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supportedSean Wang2019-06-031-6/+6
* net: ethernet: ti: cpsw_ethtool: fix ethtool ring param setIvan Khoronzhuk2019-06-031-1/+1
* packet: unconditionally free po->rolloverWillem de Bruijn2019-06-021-1/+1
* Update my email addressWei Liu2019-06-021-1/+1
* net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
* net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0Nikita Yushchenko2019-06-021-1/+1
* net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2019-05-312-19/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-3087-680/+1765
|\
| * net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-303-5/+9
| * ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-301-2/+6
| * net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
| * net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-05-301-1/+1
| * Merge branch 'Fixes-for-DSA-tagging-using-802-1Q'David S. Miller2019-05-301-14/+65
| |\
| | * net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean2019-05-301-10/+50
| | * net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei2019-05-301-4/+15
| |/
| * net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-05-301-6/+4
| * ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
| * Merge branch 'mlxsw-Two-small-fixes'David S. Miller2019-05-302-6/+9
| |\
| | * mlxsw: spectrum: Prevent force of 56GAmit Cohen2019-05-301-0/+4
| | * mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko2019-05-301-6/+5
| |/
| * net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORTRasmus Villemoes2019-05-301-1/+1
| * r8169: fix MAC address being lost in PCI D3Heiner Kallweit2019-05-301-0/+3
| * Merge tag 'mlx5-fixes-2019-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-05-304-18/+23
| |\
| | * net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-05-281-0/+13
| | * net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu2019-05-281-1/+1
| | * net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit2019-05-281-1/+1
| | * net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit2019-05-281-0/+4
| | * net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit2019-05-281-15/+3
| | * net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed2019-05-281-1/+1
| * | Merge branch 'XDP-generic-fixes'David S. Miller2019-05-302-46/+18
| |\ \
| | * | net: core: support XDP generic on stacked devices.Stephen Hemminger2019-05-301-46/+12
| | * | netvsc: unshare skb in VF rx handlerStephen Hemminger2019-05-301-0/+6
| |/ /
| * | udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti2019-05-301-1/+8
| * | Merge branch 'net-phy-dp83867-add-some-fixes'David S. Miller2019-05-291-4/+37
| |\ \
| | * | net: phy: dp83867: Set up RGMII TX delayMax Uvarov2019-05-291-3/+1
| | * | net: phy: dp83867: do not call config_init twiceMax Uvarov2019-05-291-1/+1
| | * | net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov2019-05-291-0/+18
| | * | net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov2019-05-291-0/+17
| |/ /
| * | net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King2019-05-291-0/+13
| * | net: phylink: ensure consistent phy interface modeRussell King2019-05-291-3/+7
| * | net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda2019-05-291-0/+4
| |/
| * Documentation: net-sysfs: Remove duplicate PHY device documentationFlorian Fainelli2019-05-282-35/+13
| * llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-05-281-0/+2
| * selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtuStefano Brivio2019-05-281-7/+7