summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Replace kfree_skb() with consume_skb()Vakul Garg2019-03-211-3/+3
* tipc: fix a null pointer derefHoang Le2019-03-213-3/+6
* tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le2019-03-211-1/+2
* ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra2019-03-204-2/+21
* net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing2019-03-201-4/+5
* net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing2019-03-201-1/+1
* Merge branch 'net-refactor-ndo_select_queue'David S. Miller2019-03-2034-117/+79
|\
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-2032-97/+57
| * packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni2019-03-203-10/+12
| * net: dev: rename queue selection helpers.Paolo Abeni2019-03-204-14/+14
|/
* Merge branch 'qed-next'David S. Miller2019-03-204-10/+27
|\
| * qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru2019-03-203-5/+8
| * qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru2019-03-201-5/+19
|/
* macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real deviceHangbin Liu2019-03-201-0/+48
* net: bridge: use eth_broadcast_addr() to assign broadcast addressMao Wenan2019-03-201-1/+1
* net/tls: Add support of AES128-CCM based ciphersVakul Garg2019-03-204-31/+97
* Merge branch 'net-phy-aquantia-add-interface-mode-handling'David S. Miller2019-03-201-2/+61
|\
| * net: phy: aquantia: check for changed interface mode in read_statusNikita Yushchenko2019-03-201-2/+44
| * net: phy: aquantia: check for supported interface modes in config_initAndrew Lunn2019-03-201-0/+17
|/
* net: phy: improve handling link_change_notify callbackHeiner Kallweit2019-03-203-50/+15
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-03-2011-116/+197
|\
| * ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley2019-03-193-11/+43
| * ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin2019-03-191-1/+1
| * ice: Get resources per functionBrett Creeley2019-03-191-5/+8
| * ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin2019-03-191-6/+2
| * ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley2019-03-194-18/+44
| * ice: use ice_for_each_vsi macro when possibleBrett Creeley2019-03-193-9/+8
| * ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao2019-03-193-2/+15
| * ice: remove redundant variable and if conditionBrett Creeley2019-03-191-7/+4
| * ice: avoid multiple unnecessary de-references in probeBruce Allan2019-03-191-18/+15
| * ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin2019-03-191-7/+13
| * ice: Fix broadcast traffic in port VLAN modeMichal Swiatkowski2019-03-191-32/+44
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-03-2012-18/+1392
|\ \
| * | igc: Remove unneeded hw_dbg printsSasha Neftin2019-03-191-4/+0
| * | igc: Fix the typo in igc_base.h header definitionSasha Neftin2019-03-191-2/+2
| * | igc: Add support for the ntuple featureSasha Neftin2019-03-192-0/+89
| * | igc: Add support for statisticsSasha Neftin2019-03-193-1/+403
| * | igc: Extend the ethtool supportingSasha Neftin2019-03-195-3/+814
| * | igc: Add multiple receive queues control supportingSasha Neftin2019-03-194-0/+73
| * | e1000e: Disable runtime PM on CNP+Kai-Heng Feng2019-03-191-1/+1
| * | igb: fix various indentation issuesColin Ian King2019-03-191-2/+2
| * | igb: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-03-191-0/+3
| * | intel: correct return from set features callbackSerhey Popovych2019-03-195-5/+5
| |/
* | Merge branch 'enc28j60-messaging-clean-up-and-ACPI-improvements'David S. Miller2019-03-191-288/+253
|\ \
| * | enc28j60: Convert to use SPDX identifierAndy Shevchenko2019-03-191-5/+1
| * | enc28j60: Fix indentation splatsAndy Shevchenko2019-03-191-37/+21
| * | enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko2019-03-191-15/+16
| * | enc28j60: Remove linux/init.hAndy Shevchenko2019-03-191-1/+0
| * | enc28j60: Convert printk() to netdev_printk()Andy Shevchenko2019-03-191-24/+27
| * | enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko2019-03-191-119/+141