Age | Commit message (Expand) | Author | Files | Lines |
2013-01-03 | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 27 | -35/+4 |
2013-01-03 | net: add address assign type "SET" | Jiri Pirko | 2 | -0/+3 |
2013-01-03 | net: set dev->addr_assign_type correctly | Jiri Pirko | 5 | -5/+5 |
2013-01-03 | net: call add_device_randomness() only after successful mac change | Jiri Pirko | 1 | -3/+4 |
2013-01-03 | 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 |
2013-01-02 | bnx2x: VF fastpath | Ariel Elior | 3 | -51/+50 |
2013-01-02 | bnx2x: Support ndo_set_rxmode in VF driver | Ariel Elior | 3 | -6/+179 |
2013-01-02 | bnx2x: Add teardown_q and close to VF <-> PF channel | Ariel Elior | 4 | -2/+112 |
2013-01-02 | bnx2x: Add init, setup_q, set_mac to VF <-> PF channel | Ariel Elior | 4 | -0/+310 |
2013-01-02 | bnx2x: Separate VF and PF logic | Ariel Elior | 6 | -266/+525 |
2013-01-02 | bnx2x: Add to VF <-> PF channel the release request | Ariel Elior | 3 | -0/+59 |
2013-01-02 | bnx2x: VF <-> PF channel 'acquire' at vf probe | Ariel Elior | 7 | -1/+407 |
2013-01-02 | bnx2x: Support probing and removing of VF device | Ariel Elior | 7 | -158/+353 |
2012-12-30 | team: add ethtool support | Flavio Leitner | 1 | -0/+17 |
2012-12-30 | veth: extend device features | Eric Dumazet | 1 | -1/+6 |
2012-12-30 | veth: reduce stat overhead | Eric Dumazet | 2 | -68/+48 |
2012-12-30 | team: implement carrier change | Flavio Leitner | 1 | -0/+10 |
2012-12-30 | bridge: respect RFC2863 operational state | stephen hemminger | 4 | -6/+9 |
2012-12-30 | net: filter: return -EINVAL if BPF_S_ANC* operation is not supported | Daniel Borkmann | 1 | -0/+7 |