summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli2014-07-243-147/+142
* net: bcmgenet: remove FSF mail addressFlorian Fainelli2014-07-243-30/+2
* ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage2014-07-241-1/+4
* Merge branch 'virtio-net-busy-poll'David S. Miller2014-07-241-6/+61
|\
| * virtio-net: rx busy polling supportJason Wang2014-07-241-1/+47
| * virtio-net: introduce virtnet_receive()Jason Wang2014-07-241-5/+14
|/
* ethernet: realtek: use pci_device_idVarka Bhadram2014-07-231-7/+7
* ethernet: realtek: use module_pci_driverVarka Bhadram2014-07-231-20/+2
* sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-234-6/+5
* drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N2014-07-233-3/+37
* dp83640: Fix receive timestamp race conditionStefan Sørensen2014-07-231-71/+102
* sfc: Add support for busy pollingAlexandre Rames2014-07-235-7/+208
* Merge branch 'mlx4-next'David S. Miller2014-07-238-11/+113
|\
| * net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai2014-07-233-4/+8
| * net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai2014-07-232-3/+32
| * net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai2014-07-234-4/+72
| * net/mlx4_en: current_mac isn't updated in port upEyal Perry2014-07-231-0/+1
|/
* net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia2014-07-231-13/+6
* net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia2014-07-231-3/+3
* net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas2014-07-231-8/+32
* net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas2014-07-231-1/+1
* net: skbuff: Use ALIGN macro instead of open coding itTobias Klauser2014-07-221-2/+1
* net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2014-07-223-5/+5
* net: sctp: Open out the check for NagleDavid Laight2014-07-221-33/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-22189-942/+1904
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-2225-128/+367
| |\
| | * Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-07-224-24/+108
| | |\
| | | * batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli2014-07-213-14/+74
| | | * batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich2014-07-211-10/+34
| | * | ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-221-0/+4
| | |/
| | * dns_resolver: Null-terminate the right stringBen Hutchings2014-07-211-1/+1
| | * Merge branch 'xen-netback'David S. Miller2014-07-211-23/+63
| | |\
| | | * xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss2014-07-211-1/+1
| | | * xen-netback: Fix releasing header slot on error pathZoltan Kiss2014-07-211-5/+33
| | | * xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss2014-07-211-0/+9
| | | * xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss2014-07-211-17/+20
| | |/
| | * net_sched: avoid generating same handle for u32 filtersCong Wang2014-07-211-5/+14
| | * net: huawei_cdc_ncm: add "subclass 3" devicesBjørn Mork2014-07-181-0/+3
| | * net: qmi_wwan: add two Sierra Wireless/Netgear devicesBjørn Mork2014-07-181-0/+2
| | * wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter2014-07-181-1/+5
| | * net: ppp: fix creating PPP pass and active filtersChristoph Schulz2014-07-172-10/+32
| | * net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai2014-07-171-3/+4
| | * sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan2014-07-171-1/+19
| | * r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40Michel Dänzer2014-07-171-0/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-174-58/+100
| | |\
| | | * netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2014-07-143-10/+21
| | | * netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso2014-07-142-8/+24
| | | * netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso2014-07-141-41/+53
| | | * netfilter: nf_tables: skip transaction if no update flags in tablesPablo Neira Ayuso2014-06-301-0/+3
| | * | net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-165-2/+10