Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d3e7a0dabd6f5c5f45fbde9ed48a18f09ea97dce
/
drivers
/
net
/
ethernet
/
emulex
/
benet
/
be_main.c
16dde0d
be2net: Allow GRE to work concurrently while a VxLAN tunnel is configured
by Sriharsha Basavapatna
· 10 years ago
5f35227
net: Generalize ndo_gso_check to ndo_features_check
by Jesse Gross
· 10 years ago
ac9a3d8
be2net: Fix incorrect setting of tunnel offload flag in netdev features
by Sriharsha Basavapatna
· 10 years ago
630f4b7
be2net: Export tunnel offloads only when a VxLAN tunnel is created
by Sriharsha Basavapatna
· 10 years ago
74b6939
emulex: Use skb_put_padto instead of skb_padto() and skb->len assignment
by Alexander Duyck
· 10 years ago
2c3c031
bridge: add brport flags to dflt bridge_getlink
by Scott Feldman
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
4ea85e8
net: Check for presence of IFLA_AF_SPEC
by Thomas Graf
· 10 years ago
b7c1a31
net: Validate IFLA_BRIDGE_MODE attribute length
by Thomas Graf
· 10 years ago
1459143
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
62749e2
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
by Jiri Pirko
· 10 years ago
1dcf7b1
be2net:use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
725d548
be2net: Implement ndo_gso_check()
by Joe Stringer
· 10 years ago
cd3307aa
be2net: fix alignment on line wrap
by Kalesh AP
· 10 years ago
5f820b6
be2net: remove multiple assignments on a single line
by Kalesh AP
· 10 years ago
504fbf1
be2net: remove space after typecasts
by Kalesh AP
· 10 years ago
619f2d1
be2net: remove unnecessary blank lines after an open brace
by Kalesh AP
· 10 years ago
e2fb1af
be2net: insert a blank line after function/struct//enum definitions
by Kalesh AP
· 10 years ago
d6f5473
be2net: remove multiple blank lines
by Kalesh AP
· 10 years ago
03d28ff
be2net: add blank line after declarations
by Kalesh AP
· 10 years ago
627cd5f
be2net: remove return statements for void functions
by Kalesh AP
· 10 years ago
2f951a9
be2net: enable PCIe error reporting on VFs too
by Kalesh AP
· 10 years ago
c30d726
be2net: fix RX fragment posting for jumbo frames
by Ajit Khaparde
· 10 years ago
5076266
be2net: fix some log messages
by Vasundhara Volam
· 10 years ago
a28277d
be2net: query max_tx_qs for BE3 super-nic profile from FW
by Suresh Reddy
· 11 years ago
a4906ea
be2net: define macro for_all_tx_queues_on_eq()
by Sathya Perla
· 11 years ago
c8f6461
be2net: get rid of TX budget
by Sathya Perla
· 11 years ago
0d3f5cc
be2net: define BE_MAX_MTU
by Kalesh AP
· 11 years ago
3fb8cb8
be2net: remove unncessary gotos
by Kalesh AP
· 11 years ago
bb864e0
be2net: fix log messages in lancer FW download path
by Kalesh AP
· 11 years ago
d3de154
be2net: Add a dma_mapping_error counter in ethtool
by Vasundhara Volam
· 11 years ago
512bb8a
be2net: Add TX completion error statistics in ethtool
by Kalesh AP
· 11 years ago
c3c18bc
be2net: shorten AMAP_GET/SET_BITS() macro calls
by Sathya Perla
· 11 years ago
acbafeb
be2net: add a few log messages
by Sathya Perla
· 11 years ago
b6c0e89
benet: Set skb->csum_level for encapsulated checksum
by Tom Herbert
· 11 years ago
96d4922
be2net: Use dev_consume_skb_any() in the non-drop path
by Rick Jones
· 11 years ago
a11c5c9
Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 11 years ago
e3b1fd5
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 11 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 11 years ago
3c31aaf
be2net: ignore VF mac address setting for the same mac
by Vasundhara Volam
· 11 years ago
d3d1831
be2net: ignore get/set profile FW cmd failures
by Sathya Perla
· 11 years ago
d114f99
be2net: Issue shutdown event to ocrdma driver
by Devesh Sharma
· 11 years ago
f174c7e
be2net: use adapter->flags to track SRIOV state
by Vasundhara Volam
· 11 years ago
962bcb7
be2net: avoid SRIOV config for BE2 chip
by Vasundhara Volam
· 11 years ago
d3518e2
be2net: use be_max_vfs() macro to access max-vfs
by Vasundhara Volam
· 11 years ago
ddf1169
be2net: use "if (!foo)" test style
by Kalesh AP
· 11 years ago
e97e3cd
be2net: reduce arguments passed to FW-cmd routines
by Kalesh AP
· 11 years ago
6bdf8f5
be2net: update UE bit description strings
by Vasundhara Volam
· 11 years ago
abccf23
be2net: fix return status of some ndo methods
by Kalesh AP
· 11 years ago
6b56868
be2net: return -ENOMEM for memory allocation failures
by Kalesh AP
· 11 years ago
56ace3a
be2net: fix error status for FW-download
by Kalesh AP
· 11 years ago
940a3fc
be2net: use -ENETDOWN error status when interface is down
by Kalesh AP
· 11 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
4cad9f3
be2net: set EQ DB clear-intr bit in be_open()
by Suresh Reddy
· 11 years ago
9d4dfe4
be2net: re-enable vlan filtering mode asap
by Kalesh AP
· 11 years ago
bec84e6
be2net: create optimal number of queues on SR-IOV config
by Vasundhara Volam
· 11 years ago
10cccf6
be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd
by Vasundhara Volam
· 11 years ago
66064db
be2net: fix qnq mode detection on VFs
by Suresh Reddy
· 11 years ago
4c60005
be2net: re-factor MCCQ error status handling code
by Kalesh AP
· 11 years ago
96c9b2e
be2net: support flashing new regions on Skyhawk-R
by Vasundhara Volam
· 11 years ago
0f77ba7
be2net: fixup TX-rate setting code for Skyhawk-R
by Ravikumar Nelavelli
· 11 years ago
a079488
be2net: skip multicast promiscuos setting in already set
by Kalesh AP
· 11 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ed61668
net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.
by Sucheta Chakraborty
· 11 years ago
03a58ba
be2net: enable interrupts in EEH resume
by Kalesh AP
· 11 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
4d567d9
be2net: remove unused code in be_cmd_vlan_config()
by Kalesh AP
· 11 years ago
f6cbd36
be2net: covert vlan array to bit-map
by Ravikumar Nelavelli
· 11 years ago
748b539
be2net: fix line wrap and function call indentation in be_main.c
by Sathya Perla
· 11 years ago
e255787
be2net: Support for configurable RSS hash key
by Venkata Duvvuru
· 11 years ago
e1ad8e3
be2net: Fix invocation of be_close() after be_clear()
by Kalesh AP
· 11 years ago
1a3d071
be2net: Fix to reap TX compls till HW doesn't respond for some time
by Vasundhara Volam
· 11 years ago
c5abe7c
be2net: fix build dependency on VxLAN
by Sathya Perla
· 11 years ago
c9c4714
be2net: csum, tso and rss steering offload support for VxLAN
by Sathya Perla
· 11 years ago
a401801
be2net: add FW cmds needed for VxLAN offloads
by Sathya Perla
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
d8ec2c0
benet: Call dev_kfree_skby_any instead of kfree_skb.
by Eric W. Biederman
· 11 years ago
48291c2
be2net: Fix vlans_added counter
by Vasundhara Volam
· 11 years ago
a5243da
be2net: Create multiple TXQs on RSS capable multi-channel BE3-R interfaces
by Vasundhara Volam
· 11 years ago
46ee9c1
be2net: fix pmac_id[] allocation size
by Ravikumar Nelavelli
· 11 years ago
bdce2ad
be2net: Add link state control for VFs
by Suresh Reddy
· 11 years ago
ecf1f6e
be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfs
by Suresh Reddy
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e50287b
be2net: dma_sync each RX frag before passing it to the stack
by Sathya Perla
· 11 years ago
ec495fa
be2net: isolate TX workarounds not applicable to Skyhawk-R
by Vasundhara Volam
· 11 years ago
c912895
be2net: Fix skb double free in be_xmit_wrokarounds() failure path
by Vasundhara Volam
· 11 years ago
7ad0945
be2net: clear promiscuous bits in adapter->flags while disabling promiscuous mode
by Somnath kotur
· 11 years ago
c502224
be2net: Fix to reset transparent vlan tagging
by Somnath Kotur
· 11 years ago
7dc4c06
benet: Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
f93f160
be2net: refactor multi-channel config code for Skyhawk-R chip
by Vasundhara Volam
· 11 years ago
4026382
be2net: Update copyright year
by Vasundhara Volam
· 11 years ago
eb0eecc
be2net: Log a kernel message when UE is detected in BE & Skyhawk
by Somnath Kotur
· 11 years ago
a6b74e0
be2net: Fix be_vlan_add/rem_vid() routines
by Somnath Kotur
· 11 years ago
4180442
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ba42fad
be2net: add dma_mapping_error() check for dma_map_page()
by Ivan Vecera
· 11 years ago
76a9e08
be2net: cleanup wake-on-lan code
by Suresh Reddy
· 11 years ago
b188f09
be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-id
by Suresh Reddy
· 11 years ago
0b0ef1d
be2net: do not use frag index in the RX-compl entry
by Suresh Reddy
· 11 years ago
02308d7
be2net: fix incorrect setting of cmd_privileges for VFs
by Suresh Reddy
· 11 years ago
ff32f8a
be2net: ignore mac-addr set call for an already programmed mac-addr
by Vasundhara Volam
· 11 years ago
Next »