index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-28
net: sxgbe: fix sparse warnings about static declaration
Byungho An
2
-4
/
+4
2014-03-28
be2net: csum, tso and rss steering offload support for VxLAN
Sathya Perla
3
-9
/
+125
2014-03-28
be2net: add FW cmds needed for VxLAN offloads
Sathya Perla
3
-58
/
+154
2014-03-28
igb: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
3
-2
/
+7
2014-03-28
igb: never generate both software and hardware timestamps
Jakub Kicinski
1
-2
/
+2
2014-03-28
e1000e: remove redundant if clause from PTP work
Jakub Kicinski
1
-3
/
+0
2014-03-28
e1000e: add timeout for TX HW time stamping work
Jakub Kicinski
3
-0
/
+10
2014-03-28
i40e: Use DEBUG_FD message level for an FD message
Anjali Singhai Jain
1
-2
/
+3
2014-03-28
i40e/i40evf: Add an FD message level
Anjali Singhai Jain
2
-0
/
+2
2014-03-28
i40e: check for netdev before debugfs use
Shannon Nelson
1
-13
/
+22
2014-03-28
i40evf: remove double space after return
Jesse Brandeburg
1
-1
/
+1
2014-03-28
i40e: Add functionality for FD SB to drop packets
Anjali Singhai Jain
1
-1
/
+6
2014-03-28
i40e: Cleanup in FDIR SB ethtool code
Anjali Singhai Jain
1
-19
/
+13
2014-03-28
i40e: eeprom integrity check on load and empr
Shannon Nelson
2
-6
/
+45
2014-03-28
i40e: Make the alloc and free queue vector calls orthogonal
Greg Rose
1
-6
/
+6
2014-03-28
i40evf: fix oops in watchdog handler
Mitch Williams
2
-3
/
+8
2014-03-28
i40e: Delete ATR filter on RST
Anjali Singhai Jain
1
-3
/
+6
2014-03-28
Documentation: networking: phy.txt: MDIO bus reset is optional
Florian Fainelli
1
-1
/
+1
2014-03-28
bfin_mac: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
r6040: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
net: ftgmac100: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
net: sun4i: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
net: emaclite: remove empty MDIO bus reset function
Florian Fainelli
1
-13
/
+0
2014-03-28
net: mvmdio: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
fs_enet: remove empty MDIO bus function
Florian Fainelli
1
-7
/
+0
2014-03-28
fec: remove empty MDIO bus function
Florian Fainelli
1
-6
/
+0
2014-03-28
net: ethoc: remove empty MDIO bus function
Florian Fainelli
1
-6
/
+0
2014-03-28
dnet: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
macb: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
tg3: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-28
net: greth: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-27
net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwarding
Florian Fainelli
1
-0
/
+9
2014-03-27
yam: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-27
hsr: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-27
atm: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-27
isdn: replace del_timer by del_timer_sync
Julia Lawall
3
-4
/
+4
2014-03-27
tcp: tcp_make_synack() minor changes
Eric Dumazet
1
-2
/
+2
2014-03-27
ipv6: do not overwrite inetpeer metrics prematurely
Michal Kubeček
4
-39
/
+66
2014-03-27
ptp: Fix compiler warnings in the testptp utility
Christian Riesch
1
-5
/
+6
2014-03-27
Revert "ptp: Fix compiler warnings in the testptp utility"
David S. Miller
1
-5
/
+5
2014-03-27
bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not set
Yuval Mintz
1
-1
/
+1
2014-03-27
tipc: use node list lock to protect tipc_num_links variable
Ying Xue
1
-10
/
+11
2014-03-27
tipc: use node_list_lock to protect tipc_num_nodes variable
Ying Xue
1
-4
/
+3
2014-03-27
tipc: tipc: convert node list and node hlist to RCU lists
Ying Xue
4
-21
/
+31
2014-03-27
tipc: rename node create lock to protect node list and hlist
Ying Xue
3
-35
/
+35
2014-03-27
tipc: make broadcast bearer store in bearer_list array
Ying Xue
2
-4
/
+6
2014-03-27
tipc: remove active flag from tipc_bearer structure
Ying Xue
4
-12
/
+5
2014-03-27
tipc: convert tipc_bearers array to pointer list
Ying Xue
3
-15
/
+38
2014-03-27
tipc: acquire necessary locks in named_cluster_distribute routine
Ying Xue
1
-3
/
+11
2014-03-27
tipc: obsolete the remote management feature
Ying Xue
5
-121
/
+3
[next]