summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-27i40e: Remove zero checkGreg Rose
2016-04-27i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk
2016-04-27i40e: Add device capability which defines if update is availableMichal Kosiarz
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams
2016-04-26i40e: Specify AQ event opcode to wait forShannon Nelson
2016-04-26i40e: Code cleanup in i40e_add_fdir_ethtoolShannon Nelson
2016-04-26i40evf: Don't PanicMitch Williams
2016-04-26i40e: Add support for configuring VF RSSMitch Williams
2016-04-26i40e/i40evf: Add support for IPIP and SIT offloadsAlexander Duyck
2016-04-26i40e/i40evf: Clean up feature flagsAlexander Duyck
2016-04-25Merge branch 'qed-next'David S. Miller
2016-04-25qed: add support for link pause configuration.Sudarsana Reddy Kalluru
2016-04-25qed*: Conditions for changing linkYuval Mintz
2016-04-25qede: Add support for ethtool private flagsYuval Mintz
2016-04-25qed*: Align statistics namesYuval Mintz
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet
2016-04-25tcp: SYN packets are now simply consumedEric Dumazet
2016-04-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-04-25Merge branch 'nla_align-set-2'David S. Miller
2016-04-25wireless: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25ieee802154: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25l2tp: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25bridge: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25ipv6: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25rtnl: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek
2016-04-25sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet
2016-04-25ixgbe: use msleep for long delaysArnd Bergmann
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller
2016-04-25ixgbe: resolve shift of negative value warningJacob Keller
2016-04-25ixgbe: use BIT() macroJacob Keller
2016-04-25ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore
2016-04-25ixgbe: Use correct FC setup function for x550em_aMark Rustad
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov
2016-04-25ixgbevf: refactor ethtool stats handlingEmil Tantilov
2016-04-25ixgbe: Add register wait for slow linksMark Rustad
2016-04-24hv_netvsc: Fix the list processing for network change eventHaiyang Zhang
2016-04-24ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala
2016-04-24ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov
2016-04-24ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov
2016-04-24ixgbe: consolidate the configuration of spoof checkingEmil Tantilov
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet
2016-04-24tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan
2016-04-24Merge branch 'tcp-tcstamp_ack-frag-coalesce'David S. Miller
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau