Age | Commit message (Expand) | Author | Files | Lines |
2020-03-26 | igb: convert to use i2c_new_client_device() | Wolfram Sang | 1 | -3/+3 |
2020-03-12 | net: igb: let core reject the unsupported coalescing parameters | Jakub Kicinski | 1 | -21/+1 |
2020-02-24 | intel: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -7/+3 |
2020-01-09 | igb: Fix SGMII SFP module discovery for 100FX/LX. | Manfred Rudigier | 2 | -7/+3 |
2019-12-31 | igb: dont drop packets if rx flow control is enabled | Robert Beckett | 3 | -14/+42 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -2/+2 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -2/+2 |
2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+17 |
2019-11-15 | igb: Reject requests that fail to enable time stamping on both edges. | Richard Cochran | 1 | -0/+6 |
2019-11-15 | ptp: Introduce strict checking of external time stamp options. | Richard Cochran | 1 | -1/+2 |
2019-11-15 | igb: reject unsupported external timestamp flags | Jacob Keller | 1 | -0/+6 |
2019-11-15 | net: reject PTP periodic output requests with unsupported flags | Jacob Keller | 1 | -0/+4 |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2019-11-08 | igb/igc: use ktime accessors for skb->tstamp | Jacob Keller | 1 | -2/+2 |
2019-11-07 | net: ethernet: intel: Demote MTU change prints to debug | Florian Fainelli | 1 | -3/+2 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -4/+6 |
2019-11-01 | igb: Fix constant media auto sense switching when no cable is connected | Manfred Rudigier | 1 | -1/+2 |
2019-10-31 | igb: Enable media autosense for the i350. | Manfred Rudigier | 2 | -2/+2 |
2019-10-31 | igb/igc: Don't warn on fatal read failures when the device is removed | Lyude Paul | 1 | -1/+2 |
2019-10-29 | igb: Add UDP segmentation offload support | Josh Hunt | 2 | -6/+18 |
2019-08-22 | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 1 | -2/+1 |
2019-07-23 | igb: Use dev_get_drvdata where possible | Chuhong Yuan | 1 | -2/+1 |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 1 | -2/+3 |
2019-07-09 | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload | Pablo Neira Ayuso | 1 | -8/+8 |
2019-07-09 | drivers: net: use flow block API | Pablo Neira Ayuso | 1 | -1/+4 |
2019-07-09 | net: flow_offload: add flow_block_cb_setup_simple() | Pablo Neira Ayuso | 1 | -20/+4 |
2019-06-30 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 2 | -36/+41 |
2019-06-28 | igb: add RR2DCDELAY to ethtool registers dump | Artem Bityutskiy | 2 | -1/+6 |
2019-06-28 | igb: minor ethool regdump amendment | Artem Bityutskiy | 1 | -35/+35 |
2019-06-28 | igb: clear out skb->tstamp after reading the txtime | Vedang Patel | 1 | -0/+1 |
2019-05-28 | igb: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-05-28 | igb: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-05-28 | igb/igc: warn when fatal read failure happens | Feng Tang | 1 | -0/+1 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -5/+8 |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -5/+0 |
2019-04-23 | net: pass net_device argument to the eth_get_headlen | Stanislav Fomichev | 1 | -1/+1 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 1 | -5/+0 |
2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -49/+10 |
2019-04-01 | net: move skb->xmit_more hint to softnet data | Florian Westphal | 1 | -1/+1 |
2019-03-26 | igb: Fix WARN_ONCE on runtime suspend | Arvind Sankar | 2 | -49/+10 |
2019-03-19 | igb: fix various indentation issues | Colin Ian King | 1 | -2/+2 |
2019-03-19 | igb: Exclude device from suspend direct complete optimization | Kai-Heng Feng | 1 | -0/+3 |
2019-03-19 | intel: correct return from set features callback | Serhey Popovych | 1 | -1/+1 |
2019-02-08 | igb: use struct_size() helper | Gustavo A. R. Silva | 1 | -3/+3 |
2019-02-06 | flow_offload: add flow_rule and flow_match structures and use them | Pablo Neira Ayuso | 1 | -40/+24 |
2019-02-05 | igb: Bump version number | Todd Fujinaka | 1 | -1/+1 |
2019-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -10/+10 |
2019-01-17 | net: Add extack argument to ndo_fdb_add() | Petr Machata | 1 | -1/+2 |