summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-21net: sched: flower: refactor fl_changeVlad Buslov
2019-03-21net: sched: flower: don't check for rtnl on head dereferenceVlad Buslov
2019-03-21nfp: remove defines for unused control bitsJakub Kicinski
2019-03-21Merge branch 'rhashtable-cleanups'David S. Miller
2019-03-21rhashtable: rename rht_for_each*continue as *from.NeilBrown
2019-03-21rhashtable: don't hold lock on first table throughout insertion.NeilBrown
2019-03-21Merge branch 'net-phy-Move-Omega-PHY-entry-to-Cygnus-PHY-driver'David S. Miller
2019-03-21net: phy: Move Omega PHY entry to Cygnus PHY driverFlorian Fainelli
2019-03-21net: phy: Prepare for moving Omega out of bcm7xxxFlorian Fainelli
2019-03-21net: dst: remove gc leftoversJulian Wiedmann
2019-03-21Merge branch 'net-broadcom-Remove-print-of-base-address'David S. Miller
2019-03-21net: systemport: Remove print of base addressFlorian Fainelli
2019-03-21net: dsa: bcm_sf2: Remove print of base addressFlorian Fainelli
2019-03-21net: phy: mdio-bcm-unimac: Remove print of base addressFlorian Fainelli
2019-03-21ipv6: Remove fallback argument from ip6_hold_safeDavid Ahern
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern
2019-03-21tun: Remove unused first parameter of tun_get_iff()Kirill Tkhai
2019-03-21tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai
2019-03-21Merge branch 'ipv6-Change-addrconf_f6i_alloc-to-use-ip6_route_info_create'David S. Miller
2019-03-21ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern
2019-03-21ipv6: Move setting default metric for routesDavid Ahern
2019-03-21net/tls: Replace kfree_skb() with consume_skb()Vakul Garg
2019-03-21tipc: fix a null pointer derefHoang Le
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le
2019-03-20ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra
2019-03-20net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing
2019-03-20net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing
2019-03-20Merge branch 'net-refactor-ndo_select_queue'David S. Miller
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni
2019-03-20Merge branch 'qed-next'David S. Miller
2019-03-20qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru
2019-03-20qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru
2019-03-20macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real deviceHangbin Liu
2019-03-20net: bridge: use eth_broadcast_addr() to assign broadcast addressMao Wenan
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg
2019-03-20Merge branch 'net-phy-aquantia-add-interface-mode-handling'David S. Miller
2019-03-20net: phy: aquantia: check for changed interface mode in read_statusNikita Yushchenko
2019-03-20net: phy: aquantia: check for supported interface modes in config_initAndrew Lunn
2019-03-20net: phy: improve handling link_change_notify callbackHeiner Kallweit
2019-03-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2019-03-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley
2019-03-19ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin
2019-03-19ice: Get resources per functionBrett Creeley
2019-03-19ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley
2019-03-19ice: use ice_for_each_vsi macro when possibleBrett Creeley
2019-03-19ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao