aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko2-2/+2
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree1-11/+16
2015-05-13sfc: nicer log message on PTP probe failEdward Cree1-1/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller44-384/+471
2015-05-13fix missing copy_from_user in macvtapJustin Cormack1-1/+4
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-9/+9
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman1-3/+4
2015-05-12e1000e: Add pm_qos headerDavid Ahern1-0/+1
2015-05-12net: phy: micrel: Fix regression in kszphy_probeNiklas Cassel1-1/+2
2015-05-12net: ll_temac: Fix DMA map size bugMichal Simek1-2/+2
2015-05-12cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai9-147/+235
2015-05-12hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan1-16/+27
2015-05-12net: systemport: Implement RX coalescing control knobsFlorian Fainelli2-7/+22
2015-05-12net: systemport: Implement TX coalescing control knobsFlorian Fainelli1-0/+48
2015-05-12macvtap add missing ioctls - fix wrappingJustin Cormack1-0/+29
2015-05-12rocker: make checkpatch -f cleanScott Feldman2-24/+23
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman3-7/+3
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-27/+14
2015-05-12switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman3-14/+3
2015-05-12switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman3-2/+3
2015-05-12switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman3-43/+3
2015-05-12switchdev: add bridge port flags attrScott Feldman1-0/+25
2015-05-12rocker: use switchdev add/del obj for bridge port vlansScott Feldman1-7/+123
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-9/+5
2015-05-12rocker: support prepare-commit transaction modelScott Feldman1-249/+451
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-5/+12
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko1-18/+19
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko3-9/+9
2015-05-12bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck2-2/+2
2015-05-12hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck1-1/+1
2015-05-12e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck1-12/+7
2015-05-12mvneta: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_fragAlexander Duyck1-1/+1
2015-05-12netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_fragAlexander Duyck1-1/+1
2015-05-12igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck1-8/+3
2015-05-11net: ll_temac: Use one return statement instead of twoMichal Simek1-3/+1
2015-05-11net: fec: add support of ethtool get_regsPhilippe Reynes1-0/+78
2015-05-11pppoe: drop pppoe device in pppoe_unbind_sock_workFelix Fietkau1-0/+4
2015-05-11net: qca_spi: Fix possible race during probeStefan Wahren1-2/+2
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek2-9/+71
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar4-7/+58
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar5-1/+56
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar5-2/+60
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman5-7/+7
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-20/+4
2015-05-10net: mdio-gpio: Allow for unspecified bus idBert Vermeulen1-1/+4
2015-05-10bnx2x: limit fw delay in kdump to 5s after bootMichal Schmidt1-2/+7
2015-05-10ethernet: qualcomm: use spi instead of spi_deviceVarka Bhadram1-23/+23
2015-05-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller1-1/+3
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-05-09Merge tag 'linux-can-next-for-4.2-20150506' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-59/+119