summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher3-12/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-7/+5
2020-05-29igb: make igb_set_fc_watermarks() return voidJason Yan1-6/+3
2020-05-23igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-03-27igb: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-12net: igb: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-02-25intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+3
2020-01-09igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2-7/+3
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett3-14/+42
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+17
2019-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-09igb/igc: use ktime accessors for skb->tstampJacob Keller1-2/+2
2019-11-08net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-3/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+6
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-11-01igb: Enable media autosense for the i350.Manfred Rudigier2-2/+2
2019-11-01igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul1-1/+2
2019-10-30igb: Add UDP segmentation offload supportJosh Hunt2-6/+18
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+3
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-8/+8
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-10net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-20/+4
2019-07-01Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-36/+41
2019-06-29igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2-1/+6
2019-06-29igb: minor ethool regdump amendmentArtem Bityutskiy1-35/+35
2019-06-29igb: clear out skb->tstamp after reading the txtimeVedang Patel1-0/+1
2019-05-29igb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-29igb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-29igb/igc: warn when fatal read failure happensFeng Tang1-0/+1
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-5/+8
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-5/+0
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-49/+10
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-27igb: Fix WARN_ONCE on runtime suspendArvind Sankar2-49/+10
2019-03-20igb: fix various indentation issuesColin Ian King1-2/+2
2019-03-20igb: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+3
2019-03-20intel: correct return from set features callbackSerhey Popovych1-1/+1