summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ixgbe: Use correct FC setup function for x550em_aMark Rustad2016-04-251-2/+2
| * ixgbevf: add support for per-queue ethtool statsEmil Tantilov2016-04-252-46/+91
| * ixgbevf: refactor ethtool stats handlingEmil Tantilov2016-04-251-62/+64
| * ixgbe: Add register wait for slow linksMark Rustad2016-04-252-0/+22
| * ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala2016-04-251-1/+1
| * ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov2016-04-251-2/+2
| * ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov2016-04-252-26/+2
| * ixgbe: consolidate the configuration of spoof checkingEmil Tantilov2016-04-254-73/+42
* | Merge branch 'nla_align-set-2'David S. Miller2016-04-2521-144/+233
|\ \
| * | wireless: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-36/+59
| * | netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-12/+25
| * | ieee802154: use nla_put_u64_64bit()Nicolas Dichtel2016-04-253-7/+15
| * | l2tp: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-32/+49
| * | bridge: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-26/+38
| * | ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-1/+3
| * | ipv6: use nla_put_u64_64bit()Nicolas Dichtel2016-04-253-7/+12
| * | sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-254-5/+13
| * | rtnl: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-18/+19
|/ /
* | soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek2016-04-252-2/+10
* | sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet2016-04-251-1/+1
* | hv_netvsc: Fix the list processing for network change eventHaiyang Zhang2016-04-251-1/+1
|/
* tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-244-40/+34
* tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan2016-04-241-2/+1
* Merge branch 'tcp-tcstamp_ack-frag-coalesce'David S. Miller2016-04-241-0/+4
|\
| * tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau2016-04-241-0/+2
| * tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau2016-04-241-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-2413-818/+591
|\
| * netfilter: conntrack: don't acquire lock during seq_printfFlorian Westphal2016-04-192-14/+2
| * netfilter: ctnetlink: restore inlining for netlink message size calculationPablo Neira Ayuso2016-04-181-5/+5
| * netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-185-8/+11
| * netfilter: labels: don't emit ct event if labels were not changedFlorian Westphal2016-04-181-6/+10
| * netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal2016-04-183-20/+12
| * netfilter: ctnetlink: remove unnecessary inliningPablo Neira Ayuso2016-04-141-69/+48
| * netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-145-130/+92
| * netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-143-22/+0
| * netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-143-6/+0
| * netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-144-342/+83
| * netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-145-51/+26
| * netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-46/+36
| * netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
| * netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
| * netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal2016-04-141-5/+76
| * netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-145-10/+26
| * netfilter: x_tables: check standard target size tooFlorian Westphal2016-04-141-0/+15
| * netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-145-3/+31
| * netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-04-141-0/+3
| * netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-143-35/+24
| * netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-145-32/+41
| * netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-143-0/+48
| * netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-143-3/+13