aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-04rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-04phy: Revert toggling reset changes.David S. Miller2-14/+5
2018-12-03Merge branch 'mlx4-fixes'David S. Miller3-4/+3
2018-12-03net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed1-1/+1
2018-12-03net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha2-3/+2
2018-12-03net/core: tidy up an error messageQian Cai1-2/+2
2018-12-03mv88e6060: disable hardware level MAC learningAnderson Luiz Alves1-7/+3
2018-12-03macvlan: return correct error valueMatteo Croce1-2/+5
2018-12-03sctp: kfree_rcu asocXin Long2-1/+3
2018-12-03net/ibmvnic: Fix RTNL deadlock during device resetThomas Falcon1-1/+1
2018-12-03vhost: fix IOTLB lockingJean-Philippe Brucker1-3/+0
2018-12-03Merge branch 'phy-micrel-toggling-reset'David S. Miller2-5/+14
2018-12-03net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda1-0/+8
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2018-12-03tun: remove skb access after netif_receive_skbPrashant Bhole1-1/+2
2018-12-03net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun1-0/+5
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-11-30tun: forbid iface creation with rtnl opsNicolas Dichtel1-3/+3
2018-11-30virtio-net: keep vnet header zeroed after processing XDPJason Wang1-5/+9
2018-11-30Merge branch 'tcp-fixes-in-timeout-and-retransmission-accounting'David S. Miller2-6/+6
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2018-11-30liquidio: read sc->iq_no before release scPan Bian1-1/+3
2018-11-30mlx5: fix get_ip_proto()Cong Wang1-3/+3
2018-11-30net: dsa: Fix tagging attribute locationFlorian Fainelli3-30/+34
2018-11-30net/sched: act_police: fix memory leak in case of invalid control actionDavide Caratti1-12/+12
2018-11-30nfp: flower: prevent offload if rhashtable insert failsJohn Hurley1-5/+9
2018-11-30nfp: flower: release metadata on offload failureJohn Hurley1-2/+4
2018-11-30bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-11-30net: aquantia: fix rx checksum offload bitsDmitry Bogdanov1-1/+1
2018-11-30openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King1-1/+1
2018-11-30liquidio: fix spelling mistake "deferal" -> "deferral"Colin Ian King1-1/+1
2018-11-30net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2018-11-30sctp: update frag_point when stream_interleave is setXin Long2-3/+7
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-29net/x25: handle call collisionsMartin Schiller1-0/+9
2018-11-29net/x25: fix null_x25_address handlingMartin Schiller1-6/+10
2018-11-29net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller1-1/+1
2018-11-29net: phy: sfp: correct location of SFP standardsBaruch Siach1-1/+1
2018-11-29Merge branch 'xps-fixes'David S. Miller1-24/+29
2018-11-29net: fix XPS static_key accountingSabrina Dubroca1-21/+24
2018-11-29net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca1-7/+9
2018-11-29net: phy: sfp: correct store of detected link modesBaruch Siach1-1/+1
2018-11-29Merge branch 'ave-fixes'David S. Miller2-10/+21
2018-11-29net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entryKunihiko Hayashi2-0/+8
2018-11-29net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOMKunihiko Hayashi1-6/+8
2018-11-29net: ethernet: ave: Increase descriptors to improve performanceKunihiko Hayashi1-4/+5
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-261/+1312
2018-11-28Merge tag 'xtensa-20181128' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-13/+50