summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller129-984/+1011
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya1-1/+1
2013-02-08macvlan: add a salt to mc_hash()Eric Dumazet1-4/+13
2013-02-08macvlan: broadcast addr should be part of mc_filterEric Dumazet1-0/+3
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches20-150/+66
2013-02-08bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki1-4/+4
2013-02-08bgmac: validate (and random if needed) MAC addrRafał Miłecki1-0/+6
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-251/+459
2013-02-08atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens1-73/+73
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville211-2782/+25183
2013-02-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+8
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens2-6/+116
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens1-6/+20
2013-02-07net: fec: fix spin_lock dead lockFrank Li1-1/+3
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li1-4/+3
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert2-3/+2
2013-02-07Merge branch 'netback'David S. Miller3-53/+88
2013-02-07netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-07xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-07xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-25/+13
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell3-26/+62
2013-02-07Merge branch 'mlx4'David S. Miller10-385/+707
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman1-0/+75
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman2-2/+130
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman3-38/+79
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman1-2/+2
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2-128/+145
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman5-205/+222
2013-02-07net/mlx4_en: Cleanup multiline stringsYan Burman1-15/+10
2013-02-07net/mlx4_en: Optimize Rx fast path filter checksYan Burman4-30/+35
2013-02-07net/mlx4_en: Optimize loopback related checks in data pathYan Burman6-21/+65
2013-02-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2013-02-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-15/+10
2013-02-08Merge tag 'pinctrl-for-v3.8-late' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+21
2013-02-08Merge tag 'stable/for-linus-3.8-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-9/+9
2013-02-08Merge tag 'regulator-v3.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-35/+40
2013-02-08drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter1-5/+8
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
2013-02-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-18/+44
2013-02-06net: qmi_wwan: add more Huawei devices, including E320Bjørn Mork1-0/+12
2013-02-06net: cdc_ncm: add another Huawei vendor specific deviceBjørn Mork1-0/+3
2013-02-06bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens1-4/+12
2013-02-06bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens1-0/+1
2013-02-06bgmac: write mac address to hardware in ndo_set_mac_addressHauke Mehrtens1-8/+25
2013-02-06bgmac: implement missing code for BCM53572Hauke Mehrtens2-3/+5
2013-02-06macvlan: add multicast filterEric Dumazet1-0/+23
2013-02-06team: allow userspace to take control over carrierFlavio Leitner1-0/+8
2013-02-06drivers: net:ethernet: cpsw: add support for VLANMugunthan V N2-2/+108
2013-02-06drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N3-22/+113
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches2-2/+0