aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-03igb: fix TDBAL register show incorrect valueGal Hammer1-1/+1
2021-01-19net: igb: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-6/+6
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-3/+3
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+26
2020-12-09igb: avoid transmit queue timeout in xdp pathSven Auhagen1-0/+5
2020-12-09igb: use xdp_do_flushSven Auhagen1-1/+1
2020-12-09igb: skb add metasize for xdpSven Auhagen1-0/+4
2020-12-09igb: XDP extack message on errorSven Auhagen1-5/+12
2020-12-09igb: take VLAN double header into accountSven Auhagen1-4/+3
2020-12-09igb: XDP xmit back fix error codeSven Auhagen1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-28igb: read PBA number from flashGal Hammer1-1/+3
2020-09-28igb: add XDP supportSven Auhagen1-30/+403
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-13/+15
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2020-07-30igb: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-07-30igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-13/+13
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-10/+1
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett1-14/+33
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller1-2/+2
2019-11-07net: 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. Miller1-3/+5
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-10-31igb: Enable media autosense for the i350.Manfred Rudigier1-1/+1
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul1-1/+2
2019-10-29igb: Add UDP segmentation offload supportJosh Hunt1-6/+17
2019-08-22ethernet: 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-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+3
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-8/+8
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-20/+4
2019-06-28igb: clear out skb->tstamp after reading the txtimeVedang Patel1-0/+1
2019-05-28igb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-28igb/igc: warn when fatal read failure happensFeng Tang1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+6
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-49/+8
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1