Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e19b127f5b76ec03b9c52b64f117dc75bb39eda1
/
drivers
/
net
/
ethernet
« Previous
558caad
bna: make pointers to read-only inputs const
by Ivan Vecera
· 10 years ago
8e8942b
bna: remove unnecessary cast of BIT value
by Ivan Vecera
· 10 years ago
b7d3282
net: via/Kconfig: replace USE_OF with OF_???
by Antonio Borneo
· 10 years ago
ecdd140
net: via-rhine: remove unneeded include file
by Antonio Borneo
· 10 years ago
9574dc6
cxgb4: Add PCI device ID for custom T522 & T520 adapter
by Hariprasad Shenai
· 10 years ago
3dc817d2
Modify Liquidio Kconfig for crc lib
by Raghu Vatsavayi
· 10 years ago
92a486c
cxgb3: avoid needless buffer copy for firmware
by Kees Cook
· 10 years ago
b67ea97
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 10 years ago
d42202d
net: stmmac: dwmac-rk: Don't add function name in info or err messages
by Romain Perier
· 10 years ago
986eec4
fm10k: Fix missing braces after if statement
by Alexander Duyck
· 10 years ago
ee4373e7
fm10k: fix iov_msg_lport_state_pf issue
by Jacob Keller
· 10 years ago
d18c438
fm10k: remove err_no reference in fm10k_mbx.c
by Jacob Keller
· 10 years ago
646725a
fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code
by Jacob Keller
· 10 years ago
7fef393
fm10k: pack TLV overlay structures
by Jacob Keller
· 10 years ago
fba341d
fm10k: re-map all possible VF queues after a VFLR
by Jacob Keller
· 10 years ago
a38488f
fm10k: force LPORT delete when updating VLAN or MAC address
by Jacob Keller
· 10 years ago
c04ae58
fm10k: use dma_set_mask_and_coherent in fm10k_probe
by Jacob Keller
· 10 years ago
0197cde
fm10k: trivial fixup message style to include a colon
by Jacob Keller
· 10 years ago
f1f3322
fm10k: remove extraneous NULL check on l2_accel
by Jacob Keller
· 10 years ago
c0e58e9
fm10k: use an unsigned int for i in ethtool_get_strings
by Jacob Keller
· 10 years ago
ec6acb8
fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down
by Jacob Keller
· 10 years ago
c23544b
fm10k: fix incorrect free on skb in ts_tx_enqueue
by Jacob Keller
· 10 years ago
e075996
fm10k: move setting shinfo inside ts_tx_enqueue
by Jacob Keller
· 10 years ago
608bb14
fm10k: use correct ethernet driver Tx timestamp function
by Jacob Keller
· 10 years ago
745136a
fm10k: ignore invalid multicast address entries
by Jacob Keller
· 10 years ago
1a8782e
fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag
by Alexander Duyck
· 10 years ago
ea6bb99
sfc: mark state UNINIT after unregister
by Edward Cree
· 10 years ago
62a8905
net/mlx4_en: Support ndo_get_vf_stats
by Eran Ben Elisha
· 10 years ago
b42de4d
net/mlx4_en: Show PF own statistics via ethtool
by Eran Ben Elisha
· 10 years ago
9616982
net/mlx4_core: Add helper to query counters
by Eran Ben Elisha
· 10 years ago
6de5f7f
net/mlx4_core: Allocate default counter per port
by Eran Ben Elisha
· 10 years ago
6823024
net/mlx4_core: Add port attribute when tracking counters
by Eran Ben Elisha
· 10 years ago
9de92c6
net/mlx4_core: Adjust counter grant policy in the resource tracker
by Eran Ben Elisha
· 10 years ago
2632d18
net/mlx4_core: Remove counters table allocation from VF flow
by Eran Ben Elisha
· 10 years ago
47d8417
net/mlx4_core: Add sink counter
by Eran Ben Elisha
· 10 years ago
b72ca7e
net/mlx4_core: Reset counters data when freed
by Eran Ben Elisha
· 10 years ago
efa6bc9
net/mlx4_core: Check before cleaning counters bitmap
by Eran Ben Elisha
· 10 years ago
b4ad7ba
bridge: del external_learned fdbs from device on flush or ageout
by Scott Feldman
· 10 years ago
ac0a72a
net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configuration
by Or Gerlitz
· 10 years ago
f66feaa
rocker: move port stop to 'no wait' processing
by Scott Feldman
· 10 years ago
92014b9
rocker: move MAC learn event back to 'no wait' processing
by Scott Feldman
· 10 years ago
ac28393
rocker: mark STP update as 'no wait' processing
by Scott Feldman
· 10 years ago
02a9fbf
rocker: mark neigh update event processing as 'no wait'
by Scott Feldman
· 10 years ago
179f9a2
rocker: revert back to support for nowait processes
by Scott Feldman
· 10 years ago
4d81db4
rocker: fix neigh tbl index increment race
by Scott Feldman
· 10 years ago
a072031
rocker: gaurd against NULL rocker_port when removing ports
by Scott Feldman
· 10 years ago
c9a4964
amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()
by Suthikulpanit, Suravee
· 10 years ago
25c43bf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
5b173cf
Fix Cavium Liquidio build related errors and warnings
by Raghu Vatsavayi
· 10 years ago
52033cf
IB/mlx4: Add mmap call to map the hardware clock
by Matan Barak
· 10 years ago
58c98be
net: igb: fix the start time for periodic output signals
by Richard Cochran
· 10 years ago
ecc4678
bna: use netdev_* and dev_* instead of printk and pr_*
by Ivan Vecera
· 10 years ago
ad24d6f
bna: fix timeout API argument type
by Ivan Vecera
· 10 years ago
16712c5
bna: use list_for_each_entry where appropriate
by Ivan Vecera
· 10 years ago
2b26fb9
bna: get rid of private macros for manipulation with lists
by Ivan Vecera
· 10 years ago
b45da3f
bna: remove useless pointer assignment
by Ivan Vecera
· 10 years ago
d0e6a80
bna: use memdup_user to copy userspace buffers
by Ivan Vecera
· 10 years ago
93719d26
bna: correct comparisons/assignments to bool
by Ivan Vecera
· 10 years ago
2a2d75c
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
by Ivan Vecera
· 10 years ago
d7548e6
bna: remove paused from bna_rx_config and flags from bna_rxf
by Ivan Vecera
· 10 years ago
82362d7
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
by Ivan Vecera
· 10 years ago
6f544de
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
by Ivan Vecera
· 10 years ago
f39857e
bna: remove oper_state_cbfn from struct bna_rxf
by Ivan Vecera
· 10 years ago
ef5b67c
bna: remove pause_cbfn from struct bna_enet
by Ivan Vecera
· 10 years ago
1f9883e
bna: remove unused cbfn parameter
by Ivan Vecera
· 10 years ago
1a50691
bna: use BIT(x) instead of (1 << x)
by Ivan Vecera
· 10 years ago
a1ac490
bna: get rid of duplicate and unused macros
by Ivan Vecera
· 10 years ago
e423c85
bna: replace pragma(pack) with attribute __packed
by Ivan Vecera
· 10 years ago
d6b3059
bna: get rid of mac_t
by Ivan Vecera
· 10 years ago
e2f9ecf
bna: use ether_addr_copy instead of memcpy
by Ivan Vecera
· 10 years ago
3191e05f
net/mlx5e: Add transport domain to the ethernet TIRs/TISs
by Achiad Shochat
· 10 years ago
56508b5
net/mlx5_core: Add transport domain alloc/dealloc support
by Achiad Shochat
· 10 years ago
12be4b2
net/mlx5e: Support NETIF_F_SG
by Saeed Mahameed
· 10 years ago
796a27e
net/mlx5e: Enforce max flow-tables level >= 3
by Gal Pressman
· 10 years ago
cd58c71
net/mlx5e: Disable client vlan TX acceleration
by Saeed Mahameed
· 10 years ago
fc11fbf
net/mlx5e: Add HW cacheline start padding
by Saeed Mahameed
· 10 years ago
facc969
net/mlx5e: Fix HW MTU settings
by Saeed Mahameed
· 10 years ago
7ec0bb2
net/mlx5_core: fix an error code
by Dan Carpenter
· 10 years ago
f60a8b3
vxge: use swap() in vxge_hw_channel_dtr_alloc()
by Fabian Frederick
· 10 years ago
d0cc114
net: fs_enet: use swap() in fs_enet_rx_napi()
by Fabian Frederick
· 10 years ago
c9003ec
net/ibm/emac: use swap() in emac_make_bootlist()
by Fabian Frederick
· 10 years ago
e55898a
net/mlx4_core: use swap() in mlx4_make_profile()
by Fabian Frederick
· 10 years ago
2df1caf
net/mlx4: use swap() in mlx4_init_qp_table()
by Fabian Frederick
· 10 years ago
66cf188
cxgb4: Support for user mode bar2 mappings with T4
by Hariprasad S
· 10 years ago
7161d18
net/ps3_gelic: Fix build error with DEBUG
by Geoff Levand
· 10 years ago
9d3366e
net: bcmgenet: handle broken turn-around for specific PHYs
by Florian Fainelli
· 10 years ago
a0d2f20
Renesas Ethernet AVB PTP clock driver
by Sergei Shtylyov
· 10 years ago
c156633
Renesas Ethernet AVB driver proper
by Sergei Shtylyov
· 10 years ago
8b13b4e
enic: fix memory leak in rq_clean
by Govindarajulu Varadarajan
· 10 years ago
19b596b
enic: check return value for stat dump
by Govindarajulu Varadarajan
· 10 years ago
6286e82
enic: unlock napi busy poll before unmasking intr
by Govindarajulu Varadarajan
· 10 years ago
4447d2a
bgmac: Utilize BRCM_PSEUDO_PHY_ADDR
by Florian Fainelli
· 10 years ago
2729b42
b44: Utilize BRCM_PSEUDO_PHY_ADDR
by Florian Fainelli
· 10 years ago
f21fb3e
Add support of Cavium Liquidio ethernet adapters
by Raghu Vatsavayi
· 10 years ago
048856f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 10 years ago
7864026
cxgb4: Add debugfs entry to dump channel rate
by Hariprasad Shenai
· 10 years ago
1968960
cxgb4: Add debugfs entry to dump CIM PIF logic analyzer contents
by Hariprasad Shenai
· 10 years ago
26fae93
cxgb4: Add a debugfs entry to dump CIM MA logic analyzer logs
by Hariprasad Shenai
· 10 years ago
9d92daf
bna: remove obsolete use of EXTRA_CFLAGS
by Jiri Slaby
· 10 years ago
bec4e68
ixgbe: Remember to write ixfi changes after modifying
by Don Skidmore
· 10 years ago
Next »