index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
affs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
net/macb: fix truncate warnings
Joachim Eastwood
1
-4
/
+4
2012-10-23
ipv6: add support of equal cost multipath (ECMP)
Nicolas Dichtel
3
-3
/
+200
2012-10-22
ipv4: 16 slots in initial fib_info hash table
Eric Dumazet
1
-1
/
+1
2012-10-22
tcp: speedup SIOCINQ ioctl
Eric Dumazet
1
-2
/
+3
2012-10-22
tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation
Eric Dumazet
1
-18
/
+25
2012-10-22
pkt_sched: use ns_to_ktime() helper
Eric Dumazet
2
-7
/
+5
2012-10-22
be2net: Update driver version
Padmanabh Ratnakar
1
-1
/
+1
2012-10-22
be2net: Fix skyhawk VF PCI Device ID
Padmanabh Ratnakar
2
-1
/
+6
2012-10-22
be2net: Fix FW flashing on Skyhawk-R
Padmanabh Ratnakar
2
-76
/
+173
2012-10-22
be2net: Enabling Wake-on-LAN is not supported in S5 state
Padmanabh Ratnakar
1
-3
/
+0
2012-10-22
be2net: Fix VF driver load on newer Lancer FW
Padmanabh Ratnakar
3
-0
/
+42
2012-10-22
be2net: Fix unnecessary delay in PCI EEH
Padmanabh Ratnakar
1
-2
/
+6
2012-10-22
be2net: Fix issues in error recovery due to wrong queue state
Padmanabh Ratnakar
1
-4
/
+5
2012-10-22
be2net: Fix ethtool get_settings output for VF
Padmanabh Ratnakar
1
-31
/
+42
2012-10-22
be2net: Fix error messages while driver load for VFs
Padmanabh Ratnakar
5
-2
/
+173
2012-10-22
be2net: Fix configuring VLAN for VF for Lancer
Padmanabh Ratnakar
1
-2
/
+10
2012-10-22
be2net: Wait till resources are available for VF in error recovery
Padmanabh Ratnakar
3
-2
/
+37
2012-10-22
be2net: Fix change MAC operation for VF for Lancer
Padmanabh Ratnakar
1
-10
/
+42
2012-10-22
be2net: Fix setting QoS for VF for Lancer
Padmanabh Ratnakar
4
-1
/
+86
2012-10-22
be2net: Fix driver load failure for different FW configs in Lancer
Padmanabh Ratnakar
4
-54
/
+349
2012-10-22
net:dev: remove double indentical assignment in dev_change_net_namespace().
Rami Rosen
1
-1
/
+0
2012-10-22
sockopt: Make SO_BINDTODEVICE readable
Pavel Emelyanov
1
-0
/
+3
2012-10-22
unix: Remove unused field from unix_sock
Pavel Emelyanov
1
-1
/
+0
2012-10-22
pktgen: Use ipv6_addr_any
Joe Perches
1
-5
/
+1
2012-10-22
hyperv: Remove unnecessary comments in rndis_filter_receive_data()
Haiyang Zhang
1
-5
/
+0
2012-10-19
ARM: AT91: remove old RM9200 EMAC register definitions
Joachim Eastwood
1
-138
/
+0
2012-10-19
net/at91_ether: convert to devm_* functions
Joachim Eastwood
1
-18
/
+7
2012-10-19
net/at91_ether: clean up rx buffer handling
Joachim Eastwood
2
-51
/
+68
2012-10-19
net/at91_ether: use macb dma description struct
Joachim Eastwood
2
-9
/
+4
2012-10-19
net/at91_ether: share macb_set_rx_mode with macb
Joachim Eastwood
3
-107
/
+4
2012-10-19
net/at91_ether: use ethtool and mdio from macb
Joachim Eastwood
3
-673
/
+31
2012-10-19
net/at91_ether: compile macb for exported functions
Joachim Eastwood
2
-2
/
+2
2012-10-19
net/macb: export some symbols for at91_ether
Joachim Eastwood
2
-3
/
+11
2012-10-19
net/at91_ether: use pclk member instead of ether_clk
Joachim Eastwood
2
-13
/
+12
2012-10-19
net/at91_ether/macb: absorb at91_private in to macb private struct
Joachim Eastwood
3
-79
/
+71
2012-10-19
net/at91_ether: use macb defs for rx dma buffers
Joachim Eastwood
2
-11
/
+4
2012-10-19
net/at91_ether: use macb access functions
Joachim Eastwood
2
-82
/
+64
2012-10-19
net/at91_ether: use macb register definitions
Joachim Eastwood
1
-80
/
+84
2012-10-19
net/macb: add AT91RM9200 specific registers and bits to header
Joachim Eastwood
1
-0
/
+6
2012-10-19
igb: Split igb_update_dca into separate Tx and Rx functions
Alexander Duyck
2
-31
/
+52
2012-10-19
igb: Move the calls to set the Tx and Rx queues into igb_open
Alexander Duyck
1
-13
/
+18
2012-10-19
igb: Combine q_vector and ring allocation into a single function
Alexander Duyck
2
-202
/
+215
2012-10-19
igb: Lock buffer size at 2K even on systems with larger pages
Alexander Duyck
3
-15
/
+23
2012-10-19
igb: Move rx_buffer related code in Rx cleanup path into separate function
Alexander Duyck
1
-86
/
+120
2012-10-19
igb: Map entire page and sync half instead of mapping and unmapping half pages
Alexander Duyck
3
-57
/
+181
2012-10-19
igb: Combine post-processing of skb into a single function
Alexander Duyck
1
-25
/
+44
2012-10-19
igb: Do not use header split, instead receive all frames into a single buffer
Alexander Duyck
3
-152
/
+312
2012-10-19
igb: Split Rx timestamping into two separate functions
Alexander Duyck
2
-19
/
+53
2012-10-19
igb: Correcting and improving small packet check and padding
Tushar Dave
1
-2
/
+3
2012-10-19
ixgbe: Add mailbox API version negotiation support to ixgbe PF
Alexander Duyck
3
-7
/
+48
[next]