index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
ixgbe: Fix kernel-doc format warnings
Tony Nguyen
12
-39
/
+99
2018-01-12
ixgbe: Fix handling of macvlan Tx offload
Alexander Duyck
2
-10
/
+14
2018-01-12
ixgbe: avoid bringing rings up/down as macvlans are added/removed
Alexander Duyck
2
-58
/
+72
2018-01-12
ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offload
Alexander Duyck
2
-108
/
+25
2018-01-12
ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...
Alexander Duyck
2
-10
/
+14
2018-01-12
ixgbe: Don't assume dev->num_tc is equal to hardware TC config
Alexander Duyck
6
-27
/
+29
2018-01-12
ixgbe: Default to 1 pool always being allocated
Alexander Duyck
2
-5
/
+3
2018-01-12
ixgbe: Assume provided MAC filter has been verified by macvlan
Alexander Duyck
1
-4
/
+8
2018-01-10
i40e: track id can be 0
Jingjing Wu
2
-10
/
+0
2018-01-10
i40e: change ppp name to ddp
Jingjing Wu
8
-69
/
+73
2018-01-10
i40evf: Drop i40evf_fire_sw_int as it is prone to races
Alexander Duyck
1
-34
/
+0
2018-01-10
i40evf: Clean-up flags for promisc mode to avoid high polling rate
Alexander Duyck
1
-2
/
+4
2018-01-10
i40evf: Do not clear MSI-X PBA manually
Alexander Duyck
1
-13
/
+5
2018-01-10
i40e: remove redundant initialization of read_size
Colin Ian King
1
-1
/
+1
2018-01-10
i40e/i40evf: Bump driver versions
Alice Michael
2
-4
/
+4
2018-01-10
i40e: add helper conversion function for link_speed
Jacob Keller
2
-2
/
+33
2018-01-10
i40e: update VFs of link state after GET_VF_RESOURCES
Jacob Keller
1
-0
/
+1
2018-01-10
i40evf: hold the critical task bit lock while opening
Jacob Keller
1
-9
/
+31
2018-01-10
i40evf: release bit locks in reverse order
Jacob Keller
1
-1
/
+1
2018-01-10
i40evf: use spinlock to protect (mac|vlan)_filter_list
Jacob Keller
3
-49
/
+81
2018-01-10
i40evf: don't rely on netif_running() outside rtnl_lock()
Jacob Keller
1
-3
/
+17
2018-01-10
i40e: display priority_xon and priority_xoff stats
Alice Michael
1
-0
/
+4
2018-01-10
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
10
-177
/
+298
2018-01-09
ixgbe: Drop l2_accel_priv data pointer from ring struct
Alexander Duyck
2
-11
/
+13
2018-01-09
ixgbe: Use ring values to test for Tx pending
Alexander Duyck
1
-16
/
+4
2018-01-09
ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devices
Alexander Duyck
4
-43
/
+34
2018-01-09
ixgbe: There is no need to update num_rx_pools in L2 fwd offload
Alexander Duyck
2
-4
/
+1
2018-01-09
ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handling
Alexander Duyck
1
-37
/
+25
2018-01-09
ixgbe: Perform reinit any time number of VFs change
Alexander Duyck
1
-16
/
+3
2018-01-09
ixgbe: Fix interaction between SR-IOV and macvlan offload
Alexander Duyck
1
-7
/
+5
2018-01-09
ixgbevf: remove redundant setting of xcast_mode
Emil Tantilov
1
-4
/
+0
2018-01-09
ixgbe: Remove an obsolete comment about ITR
Tonghao Zhang
1
-2
/
+0
2018-01-09
ixgbe: extend firmware version support
Paul Greenwalt
7
-14
/
+198
2018-01-09
ixgbe: advertise highest capable link speed
Paul Greenwalt
1
-9
/
+8
2018-01-09
ixgbe: remove unused enum latency_range
Emil Tantilov
1
-7
/
+0
2018-01-09
ixgbe: enable multicast on shutdown for WOL
Emil Tantilov
1
-7
/
+7
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-26
/
+104
2018-01-08
e1000: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
1
-2
/
+2
2018-01-05
ixgbe: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-1
/
+15
2018-01-05
i40e: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-2
/
+21
2018-01-03
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
3
-17
/
+72
2018-01-03
i40e: flower: Fix return value for unsupported offload
Jiri Pirko
1
-1
/
+1
2018-01-03
i40e: don't remove netdev->dev_addr when syncing uc list
Jacob Keller
1
-1
/
+16
2018-01-03
i40e/i40evf: Account for frags split over multiple descriptors in check linea...
Alexander Duyck
2
-6
/
+46
2018-01-03
i40e: Remove UDP support for big buffer
Amritha Nambiar
1
-9
/
+9
2018-01-02
e1000e: Fix e1000_check_for_copper_link_ich8lan return value.
Benjamin Poirier
1
-3
/
+8
2018-01-02
e1000: fix disabling already-disabled warning
Tushar Dave
2
-6
/
+24
2017-12-06
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
Cong Wang
1
-2
/
+4
2017-11-27
e1000: Fix off-by-one in debug message
Ahmad Fatoum
1
-2
/
+4
2017-11-27
i40e: Fix reporting incorrect error codes
Amritha Nambiar
1
-1
/
+0
[next]