Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | sfc: Fix memory leak when discarding scattered packets | Ben Hutchings | 2013-07-05 | 1 | -7/+20 | |
| * | | | | dt:net:stmmac: Add dt specific phy reset callback support. | Srinivas Kandagatla | 2013-07-04 | 1 | -2/+46 | |
| * | | | | dt:net:stmmac: Add support to dwmac version 3.610 and 3.710 | Srinivas Kandagatla | 2013-07-04 | 1 | -0/+26 | |
| * | | | | dt:net:stmmac: Allocate platform data only if its NULL. | Srinivas Kandagatla | 2013-07-04 | 1 | -3/+3 | |
| * | | | | net:stmmac: fix memleak in the open method | Giuseppe CAVALLARO | 2013-07-04 | 1 | -10/+10 | |
| * | | | | net/mlx4: fix small memory leak on error | Dan Carpenter | 2013-07-04 | 1 | -0/+1 | |
| * | | | | net: fec: Add VLAN receive HW support. | Jim Baxter | 2013-07-04 | 2 | -10/+55 | |
| * | | | | alx: remove WoL support | Johannes Berg | 2013-07-04 | 4 | -323/+15 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-07-03 | 19 | -83/+181 | |
| |\ \ \ \ | ||||||
| * | | | | | stmmac: dity-up and rework the driver debug levels | Giuseppe CAVALLARO | 2013-07-03 | 9 | -267/+117 | |
| * | | | | | nlmon: use standard rtnetlink link api for add/del devices | Jiri Pirko | 2013-07-02 | 1 | -21/+28 | |
| * | | | | | net: fec: Fix RMON registers on imx6 | Jim Baxter | 2013-07-02 | 1 | -5/+2 | |
| * | | | | | cxgb3: Missing rtnl lock in error recovery | Benjamin Herrenschmidt | 2013-07-02 | 1 | -0/+2 | |
| * | | | | | net: cdc_ether: allow combined control and data interface | Bjørn Mork | 2013-07-02 | 1 | -5/+17 | |
| * | | | | | net: fec: Fix Transmitted bytes counter | Jim Baxter | 2013-07-02 | 1 | -0/+1 | |
| * | | | | | net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr... | Wei Yongjun | 2013-07-02 | 1 | -1/+0 | |
| * | | | | | xen-netback: xenbus.c: use more current logging styles | Wei Liu | 2013-07-02 | 1 | -5/+4 | |
| * | | | | | net: ipheth: Add USB ID for iPad mini | Aaron Marburg | 2013-07-02 | 1 | -0/+5 | |
| * | | | | | bnx2x: fill in sane dump flag information | Michal Schmidt | 2013-07-02 | 1 | -2/+2 | |
| * | | | | | bnx2x: fix dump flag handling | Michal Schmidt | 2013-07-02 | 2 | -0/+5 | |
| * | | | | | bnx2x: remove zeroing of dump data buffer | Michal Schmidt | 2013-07-02 | 1 | -2/+0 | |
| * | | | | | cassini: Make missing firmware non-fatal | Ben Hutchings | 2013-07-02 | 1 | -10/+8 | |
| * | | | | | qmi_wwan: add ONDA MT689DC device ID (fwd) | Enrico Mioso | 2013-07-02 | 1 | -0/+1 | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi... | David S. Miller | 2013-07-02 | 1 | -208/+354 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | vxlan: fix function name spelling | Stephen Hemminger | 2013-06-26 | 1 | -3/+3 | |
| | * | | | | | Merge ../vxlan-x | Stephen Hemminger | 2013-06-26 | 1 | -208/+354 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | vxlan: fdb: allow specifying multiple destinations for zero MAC | Mike Rapoport | 2013-06-25 | 1 | -1/+2 | |
| | | * | | | | | vxlan: allow removal of single destination from fdb entry | Mike Rapoport | 2013-06-25 | 1 | -4/+40 | |
| | | * | | | | | vxlan: introduce vxlan_fdb_parse | Mike Rapoport | 2013-06-25 | 1 | -31/+50 | |
| | | * | | | | | vxlan: introduce vxlan_fdb_find_rdst | Mike Rapoport | 2013-06-25 | 1 | -5/+18 | |
| | | * | | | | | vxlan: add implicit fdb entry for default destination | Mike Rapoport | 2013-06-25 | 1 | -19/+49 | |
| | | * | | | | | vxlan: Fix sparse warnings. | Pravin B Shelar | 2013-06-25 | 1 | -2/+2 | |
| | | * | | | | | vxlan: cosmetic cleanup's | Stephen Hemminger | 2013-06-24 | 1 | -5/+5 | |
| | | * | | | | | vxlan: Use initializer for dummy structures | Stephen Hemminger | 2013-06-24 | 1 | -13/+11 | |
| | | * | | | | | vxlan: port module param should be ushort | Stephen Hemminger | 2013-06-24 | 1 | -2/+2 | |
| | | * | | | | | vxlan: convert remotes list to list_rcu | Stephen Hemminger | 2013-06-24 | 1 | -42/+55 | |
| | | * | | | | | vxlan: make vxlan_xmit_one void | Stephen Hemminger | 2013-06-24 | 1 | -17/+9 | |
| | | * | | | | | vxlan: move cleanup to uninit | Stephen Hemminger | 2013-06-24 | 1 | -11/+13 | |
| | | * | | | | | vxlan: fix race caused by dropping rtnl_unlock | Stephen Hemminger | 2013-06-24 | 1 | -27/+84 | |
| | | * | | | | | vxlan: send notification when MAC migrates | Stephen Hemminger | 2013-06-24 | 1 | -0/+1 | |
| | | * | | | | | vxlan: move IGMP join/leave to work queue | Stephen Hemminger | 2013-06-24 | 1 | -63/+40 | |
| | | * | | | | | vxlan: fix crash from work pending on module removal | Stephen Hemminger | 2013-06-24 | 1 | -1/+8 | |
| | | * | | | | | vxlan: fix out of order operation on module removal | Stephen Hemminger | 2013-06-24 | 1 | -1/+1 | |
| * | | | | | | | net: qmi_wwan: add TP-LINK MA260 | Bjørn Mork | 2013-07-02 | 1 | -0/+1 | |
| * | | | | | | | net: qmi_wwan: add Option GTM681W | Bjørn Mork | 2013-07-02 | 1 | -0/+1 | |
| * | | | | | | | net: qmi_wwan: fixup Sierra Wireless MC8305 entry | Bjørn Mork | 2013-07-02 | 1 | -1/+0 | |
| * | | | | | | | net: stmmac: fixed enh_desc set always zero | Byungho An | 2013-07-01 | 1 | -3/+3 | |
| * | | | | | | | net: stmmac: fixed operator typo | Byungho An | 2013-07-01 | 1 | -5/+5 | |
| * | | | | | | | xen: Use more current logging styles | Joe Perches | 2013-07-01 | 2 | -19/+16 | |
| * | | | | | | | net: fec: Fix multicast list setup in fec_restart(). | Christoph Müllner | 2013-07-01 | 1 | -3/+4 |