index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hwspinlock.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
bnx2x: update driver version to 1.72.10-0
Dmitry Kravkov
1
-2
/
+2
2012-02-21
bnx2x: add gro_check
Dmitry Kravkov
4
-0
/
+25
2012-02-21
cnic: update for FW 7.2.xx
Michael Chan
1
-12
/
+12
2012-02-21
bnx2fc: HSI dependent changes for 7.2.xx FW
Bhanu Prakash Gollapudi
2
-4
/
+10
2012-02-21
use FW 7.2.16
Dmitry Kravkov
8
-82
/
+177
2012-02-20
enic: Add support for fw init command on sriov vf's
Roopa Prabhu
2
-2
/
+2
2012-02-20
enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's mac
Roopa Prabhu
2
-9
/
+30
2012-02-20
enic: Add new fw devcmd to set mac address of an interface
Roopa Prabhu
4
-1
/
+23
2012-02-20
enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDR
Roopa Prabhu
4
-6
/
+6
2012-02-20
ll_temac: Fix build.
David S. Miller
1
-1
/
+1
2012-02-20
adi: adapt to eth_hw_addr_random() and changes in arch/blackfin
Danny Kukawka
2
-7
/
+10
2012-02-20
arch/blackfin: don't generate random mac in bfin_get_ether_addr()
Danny Kukawka
13
-25
/
+26
2012-02-20
ethernet: Fix typo in lantiq_etop.c
Masanari Iida
1
-1
/
+1
2012-02-20
bnx2x: make bnx2x_close() static again
Michal Schmidt
2
-3
/
+3
2012-02-19
Linux 3.3-rc4
v3.3-rc4
Linus Torvalds
1
-1
/
+1
2012-02-18
i387: re-introduce FPU state preloading at context switch time
Linus Torvalds
4
-42
/
+133
2012-02-18
i387: move TS_USEDFPU flag from thread_info to task_struct
Linus Torvalds
6
-32
/
+30
2012-02-18
cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-1
/
+2
2012-02-17
net: ethernet: xilinx: Convert xilinx_axienet to module_platform_driver
Tobias Klauser
1
-12
/
+1
2012-02-17
UML net: set addr_assign_type if random_ether_addr() used
Danny Kukawka
1
-3
/
+8
2012-02-17
atheros eth: set addr_assign_type if random_ether_addr() used
Danny Kukawka
4
-9
/
+15
2012-02-17
ethoc: set addr_assign_type if random_ether_addr() used
Danny Kukawka
1
-2
/
+18
2012-02-17
batman-adv: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-3
/
+2
2012-02-17
igbvf: reset netdevice addr_assign_type if changed
Danny Kukawka
1
-0
/
+1
2012-02-17
xilinx ll_temac: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-1
/
+3
2012-02-17
davinci_emac: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-2
/
+3
2012-02-17
lantiq_etop: set addr_assign_type if random_ether_addr() used
Danny Kukawka
1
-0
/
+7
2012-02-17
au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-4
/
+5
2012-02-17
i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore
Linus Torvalds
3
-22
/
+16
2012-02-17
i387: do not preload FPU state at task switch time
Linus Torvalds
4
-68
/
+11
2012-02-16
net: sh_eth: add support for VLAN tag filtering
Yoshihiro Shimoda
2
-0
/
+64
2012-02-16
net: sh_eth: add support for multicast filtering
Yoshihiro Shimoda
2
-5
/
+286
2012-02-16
net: sh_eth: modify a condition of ioremap for TSU
Yoshihiro Shimoda
1
-11
/
+14
2012-02-16
net: sh_eth: change the condition of initialization
Yoshihiro Shimoda
2
-2
/
+3
2012-02-16
net: sh_eth: add the value of tsu to the SH7757's GETHER
Yoshihiro Shimoda
1
-0
/
+1
2012-02-16
ecryptfs: remove the second argument of k[un]map_atomic()
Cong Wang
2
-4
/
+4
2012-02-16
eCryptfs: Copy up lower inode attrs after setting lower xattr
Tyler Hicks
1
-0
/
+2
2012-02-16
eCryptfs: Improve statfs reporting
Tyler Hicks
4
-14
/
+83
2012-02-16
i387: don't ever touch TS_USEDFPU directly, use helper functions
Linus Torvalds
4
-23
/
+58
2012-02-16
i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers
Linus Torvalds
1
-3
/
+6
2012-02-16
batman-adv: export used routing algorithm via sysfs
Marek Lindner
2
-0
/
+16
2012-02-16
batman-adv: allowing changing the routing algorithm via module parameter
Marek Lindner
1
-0
/
+24
2012-02-16
batman-adv: convert batman iv algorithm to use dynamic infrastructure
Marek Lindner
7
-129
/
+129
2012-02-16
batman-adv: add infrastructure to change routing algorithm at runtime
Marek Lindner
7
-0
/
+145
2012-02-16
batman-adv: warn if added interface is part of a bridge
Marek Lindner
1
-0
/
+8
2012-02-16
batman-adv: Move is_out_of_time() to main.h for general use
Martin Hundebøll
2
-20
/
+23
2012-02-16
batman-adv: Rm empty line from is_my_mac() in main.c
Martin Hundebøll
1
-1
/
+0
2012-02-16
batman-adv: simplify bat_ogm_receive API call
Marek Lindner
3
-9
/
+9
2012-02-16
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
10
-98
/
+87
2012-02-16
batman-adv: add tt_initialised flag to the orig_node struct
Antonio Quartulli
3
-3
/
+10
[next]