summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-03ipw2200: convert __list_for_each usage to list_for_eachDave Jones1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+2
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2-2/+2
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-83/+181
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+21
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-23/+3
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-4/+5
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO9-267/+117
2013-07-02nlmon: use standard rtnetlink link api for add/del devicesJiri Pirko1-21/+28
2013-07-02net: fec: Fix RMON registers on imx6Jim Baxter1-5/+2
2013-07-02cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt1-0/+2
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2013-07-02net: cdc_ether: allow combined control and data interfaceBjørn Mork1-5/+17
2013-07-02net: fec: Fix Transmitted bytes counterJim Baxter1-0/+1
2013-07-02net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun1-1/+0
2013-07-02xen-netback: xenbus.c: use more current logging stylesWei Liu1-5/+4
2013-07-02net: ipheth: Add USB ID for iPad miniAaron Marburg1-0/+5
2013-07-02bnx2x: fill in sane dump flag informationMichal Schmidt1-2/+2
2013-07-02bnx2x: fix dump flag handlingMichal Schmidt2-0/+5
2013-07-02bnx2x: remove zeroing of dump data bufferMichal Schmidt1-2/+0
2013-07-01cassini: Make missing firmware non-fatalBen Hutchings1-10/+8
2013-07-01qmi_wwan: add ONDA MT689DC device ID (fwd)Enrico Mioso1-0/+1
2013-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller1-208/+354
2013-07-01net: qmi_wwan: add TP-LINK MA260Bjørn Mork1-0/+1
2013-07-01net: qmi_wwan: add Option GTM681WBjørn Mork1-0/+1
2013-07-01net: qmi_wwan: fixup Sierra Wireless MC8305 entryBjørn Mork1-1/+0
2013-07-01net: stmmac: fixed enh_desc set always zeroByungho An1-3/+3
2013-07-01net: stmmac: fixed operator typoByungho An1-5/+5
2013-07-01xen: Use more current logging stylesJoe Perches2-19/+16
2013-07-01net: fec: Fix multicast list setup in fec_restart().Christoph Müllner1-3/+4
2013-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller77-2513/+2817
2013-07-01alx: fix ethtool support codeJohannes Berg1-35/+29
2013-07-01alx: fix MAC address alignment problemJohannes Berg1-4/+4
2013-07-01alx: separate link speed/duplex fieldsJohannes Berg4-125/+106
2013-07-01alx: make sizes unsignedJohannes Berg1-4/+4
2013-07-01alx: remove NET_CORE Kconfig selectJohannes Berg1-1/+0
2013-07-01alx: fix 100mbit/half duplex speed translationJohannes Berg1-1/+1
2013-07-01alx: treat flow control correctly in alx_set_pauseparam()Johannes Berg1-1/+2
2013-07-01net/mlx4_core: Add HW enforcement to VF link stateRony Efraim3-22/+58
2013-07-01net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein4-10/+282
2013-06-29bonding: combine pr_debugs in bond_set_dev_addr into oneNikolay Aleksandrov1-3/+2
2013-06-29wlcore: use *ppos, not file->f_posAl Viro1-2/+2
2013-06-29bna: switch to fixed_size_llseek()Al Viro1-21/+1
2013-06-28Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-15/+14
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang8-10/+10
2013-06-28nlmon: fix comparison in nlmon_is_valid_mtuDaniel Borkmann1-1/+5
2013-06-28drivers: net: cpsw: add newline after MACID logDaniel Mack1-2/+2
2013-06-28pch_gbe: use managed functions pcim_* and devm_*Andy Shevchenko1-35/+15
2013-06-28pch_gbe: convert pr_* to netdev_*Andy Shevchenko6-164/+250
2013-06-28pch_gbe: remove inline keyword for exported functionsAndy Shevchenko3-13/+13