summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-042-7/+5
|\
| * igb: make igb_set_fc_watermarks() return voidJason Yan2020-05-291-6/+3
| * igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng2020-05-231-1/+2
* | PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2020-04-241-1/+1
|/
* igb: convert to use i2c_new_client_device()Wolfram Sang2020-03-271-3/+3
* net: igb: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-121-21/+1
* intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-251-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-7/+3
|\
| * igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2020-01-092-7/+3
* | igb: dont drop packets if rx flow control is enabledRobert Beckett2019-12-313-14/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-2/+2
|\|
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-171-0/+17
|\
| * igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran2019-11-151-0/+6
| * ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-1/+2
| * igb: reject unsupported external timestamp flagsJacob Keller2019-11-151-0/+6
| * net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+2
|\|
| * igb/igc: use ktime accessors for skb->tstampJacob Keller2019-11-091-2/+2
* | net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-081-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-4/+6
|\|
| * igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier2019-11-011-1/+2
| * igb: Enable media autosense for the i350.Manfred Rudigier2019-10-312-2/+2
| * igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul2019-10-311-1/+2
* | igb: Add UDP segmentation offload supportJosh Hunt2019-10-302-6/+18
|/
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-231-2/+1
* igb: Use dev_get_drvdata where possibleChuhong Yuan2019-07-231-2/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-2/+3
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-8/+8
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-20/+4
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-07-012-36/+41
|\
| * igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2019-06-292-1/+6
| * igb: minor ethool regdump amendmentArtem Bityutskiy2019-06-291-35/+35
* | igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-06-281-0/+1
|/
* igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
* igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
* igb/igc: warn when fatal read failure happensFeng Tang2019-05-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-082-5/+8
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-052-49/+10
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-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-191-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-5/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
| |/
* / igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-03-272-49/+10
|/
* igb: use struct_size() helperGustavo A. R. Silva2019-02-091-3/+3