summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * i40e: Setting queue count to 1 using ethtool is validAnjali Singhai Jain2014-01-111-1/+1
| * i40e: Cleanup Doxygen warningsJeff Kirsher2014-01-114-23/+24
| * i40e: fix long linesMitch Williams2014-01-112-3/+4
| * i40e: Bump versionCatherine Sullivan2014-01-111-1/+1
| * i40e: Update the Current NVM version Low valueAnjali Singhai Jain2014-01-111-1/+1
| * i40e: drop unused macrosJesse Brandeburg2014-01-111-9/+0Star
| * i40e: use assignment instead of memcpyMitch Williams2014-01-113-8/+5Star
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-1042-311/+437
|\ \
| * | batman-adv: set the isolation mark in the skb if neededAntonio Quartulli2014-01-083-2/+44
| * | batman-adv: create helper function to get AP isolation statusAntonio Quartulli2014-01-083-12/+28
| * | batman-adv: extend the ap_isolation mechanismAntonio Quartulli2014-01-081-0/+5
| * | batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli2014-01-081-4/+8
| * | batman-adv: mark a local client as isolated when neededAntonio Quartulli2014-01-085-5/+23
| * | batman-adv: add isolation_mark sysfs attributeAntonio Quartulli2014-01-084-0/+83
| * | batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli2014-01-087-140/+153
| * | batman-adv: remove parenthesis from return statementsAntonio Quartulli2014-01-081-1/+1
| * | batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli2014-01-084-18/+29
| * | batman-adv: deselect current GW on client mode switch offAntonio Quartulli2014-01-082-0/+14
| * | batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-0841-123/+41Star
| * | batman-adv: don't switch byte order too often if not neededAntonio Quartulli2014-01-081-3/+5
| * | batman-adv: properly rename define in distributed arp table header fileAntonio Quartulli2014-01-081-3/+3
* | | Merge branch 'tcp_metrics_saddr'David S. Miller2014-01-102-48/+105
|\ \ \
| * | | tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch2014-01-101-10/+38
| * | | tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch2014-01-101-6/+11
| * | | tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch2014-01-102-0/+8
| * | | tcp: metrics: Add source-address to tcp-metricsChristoph Paasch2014-01-101-9/+25
| * | | tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch2014-01-101-36/+36
|/ / /
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-01-10264-2387/+5728
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-10264-2387/+5728
| |\ \ \ | | |_|/ | |/| |
| | * | ath9k: Disable cross-band FCCSujith Manoharan2014-01-091-7/+0Star
| | * | ath9k: Use correct channel for RX packetsSujith Manoharan2014-01-091-11/+14
| | * | ath9k: Update WB335 PCI IDsSujith Manoharan2014-01-091-19/+82
| | * | mwifiex: use a function to replace two copies of a code fragmentBing Zhao2014-01-093-14/+13Star
| | * | mwifiex: fix potential buffer overflow in dt configurationBing Zhao2014-01-091-2/+3
| | * | wil6210: prefetch head of packetVladimir Kondratiev2014-01-091-0/+3
| | * | wil6210: Fix IP version indication for Tx csum offloadVladimir Kondratiev2014-01-091-2/+3
| | * | wil6210: interrupt moderationVladimir Kondratiev2014-01-092-0/+14
| | * | brcmfmac: add support for bcm43362 deviceArend van Spriel2014-01-094-0/+40
| | * | wl1251: fix NULL pointer dereferencePavel Machek2014-01-091-1/+1
| | * | wl1251: add nvs file name to module firmware listPavel Machek2014-01-091-0/+1
| | * | wl1251: enforce changed hw encryption support on monitor state changeDavid Gnedt2014-01-091-0/+13
| | * | wl1251: disable retry and ACK policy for injected packetsDavid Gnedt2014-01-092-2/+13
| | * | wl1251: enable tx path in monitor mode if necessary for packet injectionDavid Gnedt2014-01-093-0/+31
| | * | wl1251: fix channel switching in monitor modeDavid Gnedt2014-01-091-2/+13
| | * | wl1251: disable power saving in monitor modeDavid Gnedt2014-01-091-3/+7
| | * | wl1251: implement multicast address filtering (fwd)David Gnedt2014-01-095-11/+67
| | * | wl1251: configure hardware en-/decryption for monitor modeDavid Gnedt2014-01-097-11/+39
| | * | wl1251: split RX and TX data path initialisationDavid Gnedt2014-01-093-17/+41
| | * | wl1251: implement hardware ARP filteringDavid Gnedt2014-01-093-0/+53
| | * | wl1251: retry power save entryDavid Gnedt2014-01-095-1/+58