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