summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched: align nlattr properly when neededNicolas Dichtel2016-04-2633-37/+72
* neigh: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+2
* rtnl: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+2
* ovs: align nlattr properly when neededNicolas Dichtel2016-04-262-12/+17
* sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-264-7/+13
* fs/quota: use nla_put_u64_64bit()Nicolas Dichtel2016-04-262-5/+8
* drivers/wireless: use nla_put_u64_64bit()Nicolas Dichtel2016-04-262-1/+2
* macsec: use nla_put_u64_64bit()Nicolas Dichtel2016-04-263-33/+95
* Merge branch 'ila-csum-neutral'David S. Miller2016-04-265-118/+259
|\
| * ila: add checksum neutral ILA translationsTom Herbert2016-04-265-15/+112
| * ila: xlat changesTom Herbert2016-04-261-69/+34
| * ila: Add struct definitions and helpersTom Herbert2016-04-264-82/+161
|/
* net: tsi108: use NULL for pointer-typed argumentJulia Lawall2016-04-261-1/+2
* Merge branch 'hns-debug-dsaf'David S. Miller2016-04-2616-496/+610
|\
| * dts: hisi: update hns dst for separating dsaf dev supportYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-42/+30
| * Documentation: Bindings: add port-idx-in-ae for enet nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-1/+29
| * Documentation: Bindings: Update DT binding for separating dsaf dev supportYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-10/+49
| * net: hns: add attribute port-mode-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-25/+30
| * net: hns: add attribute port-rst-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-17/+19
| * net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-266-34/+51
| * net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)2016-04-2610-241/+261
| * net: hns: sort the header file by alphabetical orderDaode Huang2016-04-263-14/+14
| * net: hns: add syscon operation for dsafYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-0/+14
| * net: hns: add attribute reset-field-offset for dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-12/+37
| * net: hns: add attribute port-idx-in-ae in enet node.Yisen.Zhuang\(Zhuangyuzeng\)2016-04-264-32/+22
| * net: hns: set debug port irq index to 0Daode Huang2016-04-262-11/+2
| * net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)2016-04-269-89/+84
|/
* Merge branch 'pskb_extract'David S. Miller2016-04-253-11/+247
|\
| * RDS: TCP: Call pskb_extract() helper functionSowmini Varadhan2016-04-251-11/+3
| * skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-252-0/+244
|/
* fq: add fair queuing frameworkMichal Kazior2016-04-252-0/+364
* Merge branch 'reusable-codel'David S. Miller2016-04-255-220/+368
|\
| * codel: split into multiple filesMichal Kazior2016-04-255-223/+332
| * codel: generalize the implementationMichal Kazior2016-04-253-32/+71
|/
* macsec: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-251-1/+1
* route: move lwtunnel state to a single placeJiri Benc2016-04-251-4/+1
* Merge branch 'qed-next'David S. Miller2016-04-256-54/+122
|\
| * qed: add support for link pause configuration.Sudarsana Reddy Kalluru2016-04-251-0/+14
| * qed*: Conditions for changing linkYuval Mintz2016-04-253-4/+26
| * qede: Add support for ethtool private flagsYuval Mintz2016-04-251-0/+23
| * qed*: Align statistics namesYuval Mintz2016-04-255-50/+59
|/
* net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-252-10/+10
* tcp: SYN packets are now simply consumedEric Dumazet2016-04-251-18/+1
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-04-2524-505/+661
|\
| * ixgbe: use msleep for long delaysArnd Bergmann2016-04-251-1/+1
| * ixgbevf: Move API negotiation function into mac_opsAlexander Duyck2016-04-253-4/+5
| * ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck2016-04-252-82/+180
| * ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller2016-04-254-26/+27
| * ixgbe: resolve shift of negative value warningJacob Keller2016-04-251-2/+2
| * ixgbe: use BIT() macroJacob Keller2016-04-2517-195/+195