index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-04
nes: remove usage of dev->master
Jiri Pirko
2
-4
/
+6
2013-01-04
vlan: remove usage of dev->master in __vlan_find_dev_deep()
Jiri Pirko
1
-7
/
+11
2013-01-04
qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock
Jiri Pirko
1
-10
/
+11
2013-01-04
qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock
Jiri Pirko
1
-0
/
+2
2013-01-04
cxgb3: remove usage of dev->master
Jiri Pirko
1
-4
/
+7
2013-01-04
netpoll: remove usage of dev->master
Jiri Pirko
1
-3
/
+6
2013-01-04
bridge: remove usage of netdev_set_master()
Jiri Pirko
1
-3
/
+3
2013-01-04
team: remove usage of netdev_set_master()
Jiri Pirko
1
-6
/
+7
2013-01-04
rtnetlink: remove usage of dev->master
Jiri Pirko
1
-32
/
+37
2013-01-04
vlan: add link to upper device
Jiri Pirko
1
-1
/
+9
2013-01-04
macvlan: add link to upper device
Jiri Pirko
1
-1
/
+8
2013-01-04
net: introduce upper device lists
Jiri Pirko
2
-4
/
+249
2013-01-04
ll_temac: fix mac address setting
Jiri Pirko
1
-14
/
+17
2013-01-04
um: net: use eth_hw_addr_random() to generate random mac
Jiri Pirko
2
-15
/
+8
2013-01-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
27
-35
/
+4
2013-01-04
net: add address assign type "SET"
Jiri Pirko
2
-0
/
+3
2013-01-04
net: set dev->addr_assign_type correctly
Jiri Pirko
5
-5
/
+5
2013-01-04
net: call add_device_randomness() only after successful mac change
Jiri Pirko
1
-3
/
+4
2013-01-04
rtnl: use dev_set_mac_address() instead of plain ndo_
Jiri Pirko
1
-18
/
+2
2013-01-03
team: update master carrier state
Flavio Leitner
1
-2
/
+22
2013-01-03
qlcnic: fix build error
Sony Chacko
1
-2
/
+1
2013-01-03
qlcnic: do not duplicate infrastructure functions
Stephen Rothwell
1
-19
/
+1
2013-01-02
qlcnic: update driver version
Signed-off-by: Sony Chacko
1
-2
/
+2
2013-01-02
qlcnic: remove unused definitions from header file
Shahed Shaikh
3
-134
/
+4
2013-01-02
qlcnic: 83xx ethtool interface routines
Sony Chacko
6
-193
/
+750
2013-01-02
qlcnic: 83xx register dump routines
Sony Chacko
6
-155
/
+529
2013-01-02
qlcnic: enable 83xx virtual NIC mode
Sony Chacko
6
-7
/
+285
2013-01-02
qlcnic: flash template based firmware reset recovery
Sony Chacko
5
-0
/
+538
2013-01-02
qlcnic: 83xx CNA inter driver communication mechanism
Sony Chacko
6
-19
/
+1830
2013-01-02
qlcnic: 83xx adpater flash interface routines
Sony Chacko
3
-0
/
+443
2013-01-02
qlcnic: 83xx sysfs routines
Sony Chacko
6
-122
/
+266
2013-01-02
qlcnic: 83xx base driver
Sony Chacko
3
-175
/
+330
2013-01-02
qlcnic: 83xx data path routines
Sony Chacko
7
-133
/
+676
2013-01-02
qlcnic: 83xx memory map and HW access routines
Sony Chacko
9
-32
/
+2094
2013-01-02
qlcnic: macros for common register access
Himanshu Madhani
3
-80
/
+107
2013-01-02
qlcnic: change driver hardware interface mechanism
Sony Chacko
9
-518
/
+1035
2013-01-02
bnx2x: Add VF device ids and enable feature
Ariel Elior
3
-10
/
+99
2013-01-02
bnx2x: Support PF <-> VF Bulletin Board
Ariel Elior
8
-2
/
+320
2013-01-02
bnx2x: Support VF FLR
Ariel Elior
6
-7
/
+321
2013-01-02
bnx2x: Support of PF driver of a VF release request
Ariel Elior
5
-1
/
+170
2013-01-02
bnx2x: Support of PF driver of a VF close request
Ariel Elior
3
-0
/
+119
2013-01-02
bnx2x: Support of PF driver of a VF q_teardown request
Ariel Elior
3
-0
/
+295
2013-01-02
bnx2x: Support of PF driver of a VF q_filters request
Ariel Elior
3
-0
/
+589
2013-01-02
bnx2x: Support of PF driver of a VF setup_q request
Ariel Elior
5
-177
/
+1071
2013-01-02
bnx2x: Support statistics collection for VFs by the PF
Ariel Elior
6
-93
/
+217
2013-01-02
bnx2x: Support of PF driver of a VF init request
Ariel Elior
6
-3
/
+190
2013-01-02
bnx2x: Support of PF driver of a VF acquire request
Ariel Elior
6
-11
/
+476
2013-01-02
bnx2x: Infrastructure for VF <-> PF request on PF side
Ariel Elior
5
-45
/
+664
2013-01-02
bnx2x: Prepare device and initialize VF database
Ariel Elior
8
-51
/
+535
2013-01-02
bnx2x: Allocate VF database in PF when VFs are present
Ariel Elior
6
-1
/
+570
[next]