Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2b424c7a0b4d6b54e7e6d09855bdf0b3929580cd
/
drivers
/
net
/
ethernet
/
ibm
/
ehea
/
ehea_main.c
3051f39
ehea: Fix memory hook reference counting crashes
by Michael Ellerman
· 10 years ago
abae1e0
ehea: constify of_device_id array
by Fabian Frederick
· 10 years ago
aa18332
ehea: Register memory hotplug, reboot and crash hooks on adapter probe
by Anton Blanchard
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
be1d148
ehea: Fix TSO and hw checksums with non-accelerated vlan packets.
by Vlad Yasevich
· 10 years ago
09b38aa
ehea: Introduce the use of the managed version of kzalloc
by Himangi Saraogi
· 11 years ago
cfbe406
ehea: Call dev_consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
28e24c6
net: do not pretend FRAGLIST support
by Eric Dumazet
· 11 years ago
7a3a621
drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN properties
by Olaf Hering
· 11 years ago
46c915f
ehea: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
496322b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
c45640e
ibmebus: convert of_platform_driver to platform_driver
by Rob Herring
· 12 years ago
8513fbd
net: ethernet: use platform_{get,set}_drvdata()
by Jingoo Han
· 12 years ago
55fbbe4
net: Fix vlan bitmask changes in EHEA driver.
by David S. Miller
· 12 years ago
e5905c8
net: Fix some __vlan_hwaccel_put_tag() callers.
by David S. Miller
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
31d1753
net: ehea module param description fix
by Dave Young
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
0297be0
ehea: remove __dev* attributes
by Bill Pemberton
· 12 years ago
3865fe1
ehea: Remove remnants of LRO support
by Ben Hutchings
· 12 years ago
380ec96
ehea: fix losing of NEQ events when one event occurred early
by Thadeu Lima de Souza Cascardo
· 13 years ago
47d59d0
ehea: fix promiscuous mode
by Thadeu Lima de Souza Cascardo
· 13 years ago
5d38457
ehea: fix allmulticast support
by Thadeu Lima de Souza Cascardo
· 13 years ago
c2f1244
ehea: only register irq after setting up ports
by Thadeu Lima de Souza Cascardo
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
09c1d44
ehea: restore multicast and rx_errors fields
by Eric Dumazet
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
3396c78
drivers/net: fix up stale paths from driver reorg
by Paul Gortmaker
· 13 years ago
1886e5d
ehea: make some functions and variables static
by Thadeu Lima de Souza Cascardo
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
67c170a
ehea: Use round_jiffies_relative to align workqueue
by Anton Blanchard
· 13 years ago
0110bba
ehea: fix skb_frag_size typo
by Eric Dumazet
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
e6f8aa9
ehea: Remove unused tcp_end field in send WQ
by Anton Blanchard
· 13 years ago
3428414
ehea: Add GRO support
by Anton Blanchard
· 13 years ago
2cb1deb
ehea: Remove LRO support
by Anton Blanchard
· 13 years ago
239c562
ehea: Add 64bit statistics
by Anton Blanchard
· 13 years ago
30e2e90
ehea: Simplify type 3 transmit routine
by Anton Blanchard
· 13 years ago
13946f5
ehea: Merge swqe2 TSO and non TSO paths
by Anton Blanchard
· 13 years ago
d695c33
ehea: Simplify ehea_xmit2 and ehea_xmit3
by Anton Blanchard
· 13 years ago
076f203
ehea: Add vlan_features
by Anton Blanchard
· 13 years ago
921ddc1
ehea: Dont check NETIF_F_TSO in TX path
by Anton Blanchard
· 13 years ago
723f28e
ehea: Remove num_tx_qps module option
by Anton Blanchard
· 13 years ago
222ca96
ehea: Remove force_irq logic in napi poll routine
by Anton Blanchard
· 13 years ago
b956446
ehea: Update multiqueue support
by Anton Blanchard
· 13 years ago
3f7947b
ehea: Remove NETIF_F_LLTX
by Anton Blanchard
· 13 years ago
618c4a0
ehea: convert to SKB paged frag API
by Ian Campbell
· 13 years ago
2aefcad
ehea: Remove sleep at .ndo_get_stats
by brenohl@br.ibm.com
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
9aa3283
ehea/ibm*: Move the IBM drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/ehea/ehea_main.c]
b495009
ehea: do vlan cleanup
by Jiri Pirko
· 13 years ago
a4910b7
ehea: Fix multicast registration on semi-promiscuous mode
by Breno Leitao
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 14 years ago
9cbc94ea
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
21ccc79
ehea: Fix memory hotplug oops
by Anton Blanchard
· 14 years ago
2bd93d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6f4d6dc
ehea: Fix a DLPAR bug on ehea_rereg_mrs().
by Breno Leitao
· 14 years ago
f4786a9
net: ehea: convert to hw_features
by Michał Mirosław
· 14 years ago
f76957f
ehea: Increase the skb array usage
by Breno Leitao
· 14 years ago
782615a
ehea: Fixing some message level
by Breno Leitao
· 14 years ago
8c4877a
ehea: Use the standard logging functions
by Joe Perches
· 14 years ago
f5c35cc
ehea: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
3d6b892
ehea: kill unused ehea_rereg_mr_task
by Tejun Heo
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c7757fd
ehea: Fixing LRO configuration
by Breno Leitao
· 14 years ago
cfa969e
Revert "ehea: Use the standard logging functions"
by David S. Miller
· 14 years ago
539995d
ehea: Use the standard logging functions
by Joe Perches
· 14 years ago
5c7e57f
ehea: Add some info messages and fix an issue
by Breno Leitao
· 14 years ago
89bf67f
drivers/net: use vzalloc()
by Eric Dumazet
· 14 years ago
ce45b87
ehea: Fixing statistics
by Breno Leitao
· 14 years ago
e5ccd96
ehea: fix use after free
by Eric Dumazet
· 14 years ago
2198a10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
71085ce
ehea: Fix a checksum issue on the receive path
by Breno Leitao
· 14 years ago
aa3bc6c
ehea: simplify conditional
by Nicolas Kaiser
· 14 years ago
a8bb69f
ehea: converting msleeps to waitqueue on check_sqs() function
by Breno Leitao
· 14 years ago
5b27d42
ehea: using wait queues instead of msleep on ehea_flush_sq
by Breno Leitao
· 14 years ago
b1cbd5f
ehea: Remove a silly return
by Breno Leitao
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
d1b113b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
d3c6e7a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2928db4
ehea: Fix synchronization between HW and SW send queue
by Andre Detsch
· 14 years ago
baeb2ff
drivers/net: Convert unbounded kzalloc calls to kcalloc
by Joe Perches
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
3d8009c
ehea: Allocate stats buffer with GFP_KERNEL
by Brian King
· 14 years ago
099473c
ehea: Fix kernel deadlock in DLPAR-mem processing
by Jan-Bernd Themann
· 15 years ago
a91fb14
ehea: fix delayed packet processing
by Jan-Bernd Themann
· 15 years ago
cf9b59e9d
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 15 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 15 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
a7c561f2
ehea: fix possible DLPAR/mem deadlock
by Thomas Klein
· 15 years ago
ea96cea
ehea: error handling improvement
by Thomas Klein
· 15 years ago
e743d31
drivers: net: use skb_headlen()
by Eric Dumazet
· 15 years ago
Next »