index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
emulex
Commit message (
Expand
)
Author
Age
Files
Lines
*
be2net: Allow GRE to work concurrently while a VxLAN tunnel is configured
Sriharsha Basavapatna
2015-01-15
1
-3
/
+38
*
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
2014-12-26
1
-3
/
+5
*
be2net: Fix incorrect setting of tunnel offload flag in netdev features
Sriharsha Basavapatna
2014-12-18
1
-0
/
+2
*
be2net: Export tunnel offloads only when a VxLAN tunnel is created
Sriharsha Basavapatna
2014-12-11
2
-10
/
+33
*
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-12-08
1
-2
/
+10
*
emulex: Use skb_put_padto instead of skb_padto() and skb->len assignment
Alexander Duyck
2014-12-08
1
-2
/
+1
*
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
2014-12-02
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-29
1
-0
/
+5
|
\
|
*
net: Check for presence of IFLA_AF_SPEC
Thomas Graf
2014-11-26
1
-0
/
+2
|
*
net: Validate IFLA_BRIDGE_MODE attribute length
Thomas Graf
2014-11-26
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-21
1
-0
/
+6
|
\
\
|
|
/
|
*
be2net: Implement ndo_gso_check()
Joe Stringer
2014-11-14
1
-0
/
+6
*
|
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
2014-11-21
1
-2
/
+4
*
|
be2net:use netdev_rss_key_fill() helper
Eric Dumazet
2014-11-16
1
-5
/
+5
|
/
*
be2net: fix alignment on line wrap
Kalesh AP
2014-09-22
3
-10
/
+11
*
be2net: remove multiple assignments on a single line
Kalesh AP
2014-09-22
3
-8
/
+12
*
be2net: remove space after typecasts
Kalesh AP
2014-09-22
2
-5
/
+5
*
be2net: remove unnecessary blank lines after an open brace
Kalesh AP
2014-09-22
2
-5
/
+0
*
be2net: insert a blank line after function/struct//enum definitions
Kalesh AP
2014-09-22
2
-0
/
+5
*
be2net: remove multiple blank lines
Kalesh AP
2014-09-22
3
-4
/
+0
*
be2net: add blank line after declarations
Kalesh AP
2014-09-22
4
-0
/
+38
*
be2net: remove return statements for void functions
Kalesh AP
2014-09-22
2
-5
/
+0
*
be2net: add speed reporting for 20G-KR interface
Vasundhara Volam
2014-09-22
2
-0
/
+8
*
be2net: add speed reporting for 40G/KR interface
Kalesh AP
2014-09-22
1
-0
/
+7
*
be2net: fix sparse warnings in be_cmd_req_port_type{}
Suresh Reddy
2014-09-22
1
-2
/
+2
*
be2net: fix a sparse warning in be_cmd_modify_eqd()
Kalesh AP
2014-09-22
1
-2
/
+2
*
be2net: enable PCIe error reporting on VFs too
Kalesh AP
2014-09-13
1
-5
/
+3
*
be2net: send a max of 8 EQs to be_cmd_modify_eqd() on Lancer
Kalesh AP
2014-09-13
1
-2
/
+21
*
be2net: fix port-type reporting in get_settings
Ravikumar Nelavelli
2014-09-13
4
-16
/
+73
*
be2net: add ethtool "-m" option support
Mark Leonard
2014-09-13
3
-19
/
+109
*
be2net: use v1 of SET_FLOW_CONTROL command
Suresh Reddy
2014-09-13
2
-1
/
+7
*
be2net: fix RX fragment posting for jumbo frames
Ajit Khaparde
2014-09-13
1
-7
/
+15
*
be2net: replace strcpy with strlcpy
Vasundhara Volam
2014-09-13
1
-4
/
+6
*
be2net: fix some log messages
Vasundhara Volam
2014-09-13
3
-12
/
+9
*
be2net: query max_tx_qs for BE3 super-nic profile from FW
Suresh Reddy
2014-09-02
1
-2
/
+12
*
be2net: define macro for_all_tx_queues_on_eq()
Sathya Perla
2014-09-02
2
-3
/
+7
*
be2net: get rid of TX budget
Sathya Perla
2014-09-02
2
-21
/
+11
*
be2net: make be_cmd_get_regs() return a status
Vasundhara Volam
2014-09-02
2
-6
/
+6
*
be2net: define BE_MAX_MTU
Kalesh AP
2014-09-02
2
-7
/
+9
*
be2net: remove unncessary gotos
Kalesh AP
2014-09-02
1
-10
/
+6
*
be2net: fix log messages in lancer FW download path
Kalesh AP
2014-09-02
1
-19
/
+11
*
be2net: Add a dma_mapping_error counter in ethtool
Vasundhara Volam
2014-09-02
3
-1
/
+5
*
be2net: Add TX completion error statistics in ethtool
Kalesh AP
2014-09-02
4
-0
/
+92
*
be2net: add a description for counter rx_input_fifo_overflow_drop
Sathya Perla
2014-09-02
1
-0
/
+5
*
be2net: shorten AMAP_GET/SET_BITS() macro calls
Sathya Perla
2014-09-02
2
-69
/
+58
*
be2net: add a few log messages
Sathya Perla
2014-09-02
2
-8
/
+16
*
benet: Set skb->csum_level for encapsulated checksum
Tom Herbert
2014-08-29
1
-2
/
+2
*
be2net: Use dev_consume_skb_any() in the non-drop path
Rick Jones
2014-08-29
1
-1
/
+1
*
Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-08-14
1
-1
/
+1
|
\
|
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
[next]