aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches38-197/+97
2013-02-04can: Remove unnecessary alloc/OOM messagesJoe Perches8-20/+3
2013-02-04caif: Remove unnecessary alloc/OOM messagesJoe Perches1-6/+0
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann1-4/+5
2013-02-04cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya1-1/+3
2013-02-04netns: bond: allow unprivileged users to control bond deviceGao feng1-2/+5
2013-02-04netns: bridge: allow unprivileged users add/delete mdb entryGao feng1-3/+0
2013-02-04netns: ebtable: allow unprivileged users to operate ebtablesGao feng1-10/+14
2013-02-04netns: fdb: allow unprivileged users to add/del fdb entriesGao feng1-6/+0
2013-02-03stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov1-0/+1
2013-02-02Merge branch 'delete-wanrouter' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller21-4483/+11
2013-02-02qlcnic: silence false positive overflow warningDan Carpenter1-1/+1
2013-02-02bnx2x: Force link UP when the interface is in LOOPBACK modeMahesh Bandewar1-0/+6
2013-02-02Merge branch 'intel'David S. Miller20-381/+283
2013-01-31e1000e: use generic IEEE MII definitionsBruce Allan9-204/+138
2013-01-31e1000e: resolve -Wunused-parameter compile warningsBruce Allan6-33/+31
2013-01-31e1000e: update driver version stringBruce Allan1-1/+1
2013-01-31e1000e: cleanup some whitespace and indentation issuesBruce Allan7-48/+49
2013-01-31e1000e: cleanup: group OR'ed bit settings with parensBruce Allan1-2/+3
2013-01-31e1000e: cleanup defines.hBruce Allan1-21/+0
2013-01-31ixgbe: autoneg variable refactoringJosh Hay6-35/+19
2013-01-31ixgbe: removed unused variable from setup_link_speedJosh Hay6-8/+4
2013-01-31ixgbe: rename autoneg variablesJosh Hay2-29/+28
2013-01-31ixgbe: Fix device ref count bugGreg Rose1-0/+2
2013-01-31ixgbe: Reset the NIC if up2tc has changedAmir Hanania1-4/+12
2013-01-31wanrouter: delete now orphaned header content, files/driversPaul Gortmaker12-4417/+8
2013-01-31wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker9-66/+3
2013-01-31Merge branch 'mlx4'David S. Miller10-81/+152
2013-01-31net/mlx4_en: Fix transmit timeout when driver restarts portAmir Vadai3-8/+14
2013-01-31net/mlx4_en: Don't reassign port mac address on firmware that supports itMatan Barak3-3/+10
2013-01-31net/mlx4_core: Use firmware driven flow steering hash modeHadar Hen Zion4-24/+2
2013-01-31net/mlx4_en: Fix ethtool rules leftovers after module unloadedHadar Hen Zion3-0/+21
2013-01-31net/mlx4_en: Block insertion of ethtool steering rules while the interface is downHadar Hen Zion1-2/+4
2013-01-31net/mlx4_en: Fix vlan mask for ethtool steering rulesHadar Hen Zion1-4/+9
2013-01-31net/mlx4_en: Validate VLAN IDs provided in ethtool flow steering rulesHadar Hen Zion1-0/+4
2013-01-31net/mlx4_en: Fix ip/udp steering rules multicast mac when attached via ethtoolHadar Hen Zion1-37/+82
2013-01-31net/mlx4_core: Set correctly allow_loopback flagHadar Hen Zion1-1/+1
2013-01-31net/mlx4_core: Directly expose fields of HW flow steering rule control segmentHadar Hen Zion3-4/+7
2013-01-30net/vxlan: Add ethtool drvinfoYan Burman1-0/+15
2013-01-30ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明1-8/+8
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明3-33/+42
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2-40/+55
2013-01-30ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明1-2/+11
2013-01-30x86: bpf_jit_comp: add pkt_type supportEric Dumazet1-1/+39
2013-01-30qlcnic: Bump up the version to 5.1.33Jitendra Kalsaria1-2/+2
2013-01-30qlcnic: make pci_error_handlers constStephen Hemminger1-1/+1
2013-01-30qlcnic: Fix RX/TX checksum setting for some adapter typesManish chopra1-1/+2
2013-01-30qlcnic: Fix minidump in NPAR modeShahed Shaikh1-0/+2
2013-01-30qlcnic: driver LRO bug fixManish chopra2-5/+19
2013-01-30qlcnic: Free irq for mailbox interruptsManish chopra1-1/+1