summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-11net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean
2019-11-11net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean
2019-11-11net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil
2019-11-11net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean
2019-11-11net: mscc: ocelot: move port initialization into separate functionVladimir Oltean
2019-11-11net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean
2019-11-11net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean
2019-11-11net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean
2019-11-11net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean
2019-11-11net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean
2019-11-11net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean
2019-11-11net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean
2019-11-11net: mscc: ocelot: break apart ocelot_vlan_port_applyVladimir Oltean
2019-11-11Merge branch 'net-dsa-mv88e6xxx-Add-support-for-port-mirroring'David S. Miller
2019-11-11net: dsa: mv88e6xxx: Add support for port mirroringIwan R Timmer
2019-11-11net: dsa: mv88e6xxx: Split monitor port configurationIwan R Timmer
2019-11-11Support LAN743x PTP periodic output on any GPIOJohn Efstathiades
2019-11-11Merge branch 'Unlock-new-potential-in-SJA1105-with-PTP-system-timestamping'David S. Miller
2019-11-11net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean
2019-11-11net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean
2019-11-09Merge branch 'r8169-improve-PHY-configuration'David S. Miller
2019-11-09r8169: remove rtl8168c_4_hw_phy_configHeiner Kallweit
2019-11-09r8169: add helper r8168d_modify_extpageHeiner Kallweit
2019-11-09r8169: switch to phylib functions in more placesHeiner Kallweit
2019-11-09r8169: add helper r8168d_phy_paramHeiner Kallweit
2019-11-09r8169: add helper r8168g_phy_paramHeiner Kallweit
2019-11-09net: sfp: rework upstream interfaceRussell King
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2019-11-08ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-11-08i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski
2019-11-08iavf: initialize ITRN registers with correct valuesNicholas Nunley
2019-11-08ice: fix potential infinite loop because loop counter being too smallColin Ian King
2019-11-08Merge branch 'sctp-rfc7829'David S. Miller
2019-11-08sctp: add SCTP_PEER_ADDR_THLDS_V2 sockoptXin Long
2019-11-08sctp: add support for Primary Path SwitchoverXin Long
2019-11-08sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockoptXin Long
2019-11-08sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long
2019-11-08devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-08selftest: net: add alternative names testJiri Pirko
2019-11-08qede: fix NULL pointer deref in __qede_remove()Manish Chopra
2019-11-08packet: fix data-race in fanout_flow_is_huge()Eric Dumazet
2019-11-08Merge branch 'TIPC-Encryption'David S. Miller