summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* e1000e: cleanup checkpatch braces checksBruce Allan2013-02-055-8/+2
* e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan2013-02-053-223/+253
* e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan2013-02-054-41/+73
* e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan2013-02-053-15/+48
* e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan2013-02-055-222/+243
* e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan2013-02-053-37/+76
* e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan2013-02-056-230/+270
* e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan2013-02-053-63/+96
* e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan2013-02-056-25/+60
* ipcomp: Mark as netns_ok.David S. Miller2013-02-041-0/+1
* net: fec: fix miss init spinlockFrank Li2013-02-041-0/+1
* team: ab: set active port option as changed when port is leavingJiri Pirko2013-02-041-1/+12
* team: move netlink event notifiers after team_port_leave()Jiri Pirko2013-02-041-4/+6
* team: handle sending port list in the same way option list is sentJiri Pirko2013-02-041-84/+93
* net/mlx4_en: Fix compilation error when CONFIG_INET isn't definedHadar Hen Zion2013-02-041-0/+4
* net/mlx4_en: Fix error propagation for ethtool helper functionHadar Hen Zion2013-02-041-18/+34
* mcast: do not check 'rv' twice in a rowJean Sacren2013-02-041-4/+2
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-0411-38/+21
* be2net: update driver version to 4.6.xSathya Perla2013-02-041-1/+1
* be2net: fix re-loaded PF driver to re-gain control of its VFsSathya Perla2013-02-043-64/+153
* drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-043-12/+3
* wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-0422-133/+50
* wimax: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-042-12/+5
* wan: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-044-15/+10
* drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-046-41/+17
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-0438-197/+97
* can: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-048-20/+3
* caif: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-6/+0
* sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann2013-02-041-4/+5
* cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya2013-02-041-1/+3
* netns: bond: allow unprivileged users to control bond deviceGao feng2013-02-041-2/+5
* netns: bridge: allow unprivileged users add/delete mdb entryGao feng2013-02-041-3/+0
* netns: ebtable: allow unprivileged users to operate ebtablesGao feng2013-02-041-10/+14
* netns: fdb: allow unprivileged users to add/del fdb entriesGao feng2013-02-041-6/+0
* stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov2013-02-031-0/+1
* Merge branch 'delete-wanrouter' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2013-02-0321-4483/+11
|\
| * wanrouter: delete now orphaned header content, files/driversPaul Gortmaker2013-02-0112-4417/+8
| * wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker2013-02-019-66/+3
* | qlcnic: silence false positive overflow warningDan Carpenter2013-02-031-1/+1
* | bnx2x: Force link UP when the interface is in LOOPBACK modeMahesh Bandewar2013-02-031-0/+6
* | Merge branch 'intel'David S. Miller2013-02-0320-381/+283
|\ \
| * | e1000e: use generic IEEE MII definitionsBruce Allan2013-02-019-204/+138
| * | e1000e: resolve -Wunused-parameter compile warningsBruce Allan2013-02-016-33/+31
| * | e1000e: update driver version stringBruce Allan2013-02-011-1/+1
| * | e1000e: cleanup some whitespace and indentation issuesBruce Allan2013-02-017-48/+49
| * | e1000e: cleanup: group OR'ed bit settings with parensBruce Allan2013-02-011-2/+3
| * | e1000e: cleanup defines.hBruce Allan2013-02-011-21/+0
| * | ixgbe: autoneg variable refactoringJosh Hay2013-02-016-35/+19
| * | ixgbe: removed unused variable from setup_link_speedJosh Hay2013-02-016-8/+4
| * | ixgbe: rename autoneg variablesJosh Hay2013-02-012-29/+28