summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-136-6/+45
* ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa2014-01-131-1/+22
* ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-138-24/+67
* HHF qdisc: fix jiffies-time conversion.Terry Lam2014-01-131-6/+6
* qlcnic: Convert vmalloc/memset to kcallocJoe Perches2014-01-132-11/+7
* bonding: remove dead code from 3adVeaceslav Falico2014-01-121-78/+0
* bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico2014-01-121-25/+25
* bonding: clean up style for bond_3ad.cVeaceslav Falico2014-01-121-270/+349
* Merge branch 'alx_stats'David S. Miller2014-01-126-4/+331
|\
| * alx: add stats to ethtoolSabrina Dubroca2014-01-122-1/+107
| * alx: add alx_get_stats64 operationSabrina Dubroca2014-01-122-0/+53
| * alx: add stats update functionSabrina Dubroca2014-01-122-0/+62
| * alx: add constants for the stats fieldsSabrina Dubroca2014-01-121-4/+48
| * alx: add a hardware stats structureSabrina Dubroca2014-01-121-0/+62
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-01-1218-62/+887
|\
| * i40evf: fix s390 build failure due to implicit prefetch.hPaul Gortmaker2014-01-111-0/+2
| * i40e: Bump versionCatherine Sullivan2014-01-111-1/+1
| * i40e: fix log message wordingShannon Nelson2014-01-111-1/+1
| * i40e: enable PTPJacob Keller2014-01-118-2/+824
| * i40e: call clear_pxe after adminq is initializedShannon Nelson2014-01-111-0/+1
| * i40e: clear qtx_head before enabling Tx queueShannon Nelson2014-01-111-2/+4
| * i40e: adjust ITR max and min valuesShannon Nelson2014-01-111-3/+2
| * i40e: check for possible incorrect ipv6 checksumShannon Nelson2014-01-112-1/+7
| * i40e: allow VF to remove any MAC filterMitch Williams2014-01-111-2/+6
| * i40e: do not bail when disabling if Tx queue disable failsAnjali Singhai Jain2014-01-111-5/+4
| * 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/+0
| * i40e: use assignment instead of memcpyMitch Williams2014-01-113-8/+5
* | 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/+41
| * | 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