aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-25RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan1-11/+3
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan2-0/+244
2016-04-25fq: add fair queuing frameworkMichal Kazior2-0/+364
2016-04-25codel: split into multiple filesMichal Kazior5-223/+332
2016-04-25codel: generalize the implementationMichal Kazior3-32/+71
2016-04-25macsec: Convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2016-04-25route: move lwtunnel state to a single placeJiri Benc1-4/+1
2016-04-25qed: add support for link pause configuration.Sudarsana Reddy Kalluru1-0/+14
2016-04-25qed*: Conditions for changing linkYuval Mintz3-4/+26
2016-04-25qede: Add support for ethtool private flagsYuval Mintz1-0/+23
2016-04-25qed*: Align statistics namesYuval Mintz5-50/+59
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2-10/+10
2016-04-25tcp: SYN packets are now simply consumedEric Dumazet1-18/+1
2016-04-25wireless: use nla_put_u64_64bit()Nicolas Dichtel2-36/+59
2016-04-25netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel2-12/+25
2016-04-25ieee802154: use nla_put_u64_64bit()Nicolas Dichtel3-7/+15
2016-04-25l2tp: use nla_put_u64_64bit()Nicolas Dichtel2-32/+49
2016-04-25bridge: use nla_put_u64_64bit()Nicolas Dichtel2-26/+38
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel2-1/+3
2016-04-25ipv6: use nla_put_u64_64bit()Nicolas Dichtel3-7/+12
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel4-5/+13
2016-04-25rtnl: use nla_put_u64_64bit()Nicolas Dichtel2-18/+19
2016-04-25soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek2-2/+10
2016-04-25sock: relax WARN_ON() in sock_owned_by_user()Eric Dumazet1-1/+1
2016-04-25ixgbe: use msleep for long delaysArnd Bergmann1-1/+1
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck3-4/+5
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck2-82/+180
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller4-26/+27
2016-04-25ixgbe: resolve shift of negative value warningJacob Keller1-2/+2
2016-04-25ixgbe: use BIT() macroJacob Keller17-195/+195
2016-04-25ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore3-0/+42
2016-04-25ixgbe: Use correct FC setup function for x550em_aMark Rustad1-2/+2
2016-04-25ixgbevf: add support for per-queue ethtool statsEmil Tantilov2-46/+91
2016-04-25ixgbevf: refactor ethtool stats handlingEmil Tantilov1-62/+64
2016-04-25ixgbe: Add register wait for slow linksMark Rustad2-0/+22
2016-04-24hv_netvsc: Fix the list processing for network change eventHaiyang Zhang1-1/+1
2016-04-24ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala1-1/+1
2016-04-24ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov1-2/+2
2016-04-24ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov2-26/+2
2016-04-24ixgbe: consolidate the configuration of spoof checkingEmil Tantilov4-73/+42
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet4-40/+34
2016-04-24tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan1-2/+1
2016-04-24tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau1-0/+2
2016-04-24tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau1-0/+2
2016-04-23taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel1-32/+5
2016-04-23xfrm: align nlattr properly when neededNicolas Dichtel2-4/+7
2016-04-23libnl: add nla_put_u64_64bit() helperNicolas Dichtel1-0/+13
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel7-16/+27
2016-04-23libnl: nla_put_s64(): align on a 64-bit areaNicolas Dichtel1-4/+7
2016-04-23libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel3-11/+13