summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-2/+2
* sctp: keep fragmentation point aligned to word sizeMarcelo Ricardo Leitner2016-03-201-1/+1
* sctp: align MTU to a wordMarcelo Ricardo Leitner2016-03-201-3/+5
* ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann2016-03-202-2/+2
* vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann2016-03-201-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-19419-2816/+10713
|\
| * Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-195-5/+20
| |\
| | *-----. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-045-5/+20
| | |\ \ \ \
| | | | | * | ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook2016-02-161-2/+1
| | | | | * | ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...Lorenzo Pieralisi2016-02-111-0/+3
| | | | | * | ARM: 8508/2: videobuf2-dc: Let drivers specify DMA attrsTomasz Figa2016-02-111-1/+10
| | | | | * | ARM: 8506/1: common: DMA-mapping: add DMA_ATTR_ALLOC_SINGLE_PAGES attributeDoug Anderson2016-02-111-0/+1
| | | | |/ /
| | | * / / ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso2016-02-161-2/+5
| | | |/ /
| * | | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-198-8/+162
| |\ \ \ \
| | * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-142-2/+105
| | |\ \ \ \
| | | * | | | qe: Make cpm_muram_alloc_common staticSaurabh Sengar2016-03-091-2/+0
| | | * | | | powerpc/rcpm: add RCPM driverchenhui zhao2016-03-041-0/+105
| | * | | | | cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat2016-03-091-3/+0
| | * | | | | cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-091-0/+5
| | * | | | | cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-091-0/+24
| | * | | | | PCI: Add pcibios_bus_add_device() weak functionWei Yang2016-03-091-0/+1
| | * | | | | PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang2016-03-091-0/+8
| | |/ / / /
| | * | | | mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-032-3/+9
| | * | | | Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-251-0/+8
| | |\ \ \ \
| | * | | | | atomics: Allow architectures to define their own __atomic_op_* helpersBoqun Feng2016-02-181-0/+10
| * | | | | | Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-191-9/+9
| |\ \ \ \ \ \
| | * | | | | | of: add 'const' for of_property_*_string*() parameter '*np'David Rivshin2016-03-031-9/+9
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19130-954/+4241
| |\ \ \ \ \ \
| | * | | | | | bonding: fix bond_get_stats()Eric Dumazet2016-03-181-0/+1
| | * | | | | | net: fix a comment typoZhang Shengju2016-03-181-1/+1
| | * | | | | | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-181-0/+7
| | * | | | | | bpf, dst: add and use dst_tclassid helperDaniel Borkmann2016-03-181-0/+12
| | * | | | | | clk: rockchip: add clock-id for rk3036 emac pll source clockXing Zheng2016-03-161-0/+1
| | * | | | | | clk: rockchip: add node-id for rk3036 emac hclkXing Zheng2016-03-161-0/+1
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-143-3/+75
| | |\ \ \ \ \ \
| | | * | | | | | openvswitch: Interface with NAT.Jarno Rajahalme2016-03-141-0/+49
| | | * | | | | | netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme2016-03-141-3/+9
| | | * | | | | | Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2016-03-111-0/+17
| | | |\ \ \ \ \ \
| | | | * | | | | | ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-071-0/+17
| | * | | | | | | | net: dsa: make port_bridge_leave return voidVivien Didelot2016-03-141-1/+1
| | * | | | | | | | net: dsa: rename port_*_bridge routinesVivien Didelot2016-03-141-2/+2
| | * | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-03-142-5/+6
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-0/+1
| | | * | | | | | | | mac802154: use put and get unaligned functionsAlexander Aring2016-03-101-5/+5
| | | |/ / / / / / /
| | * | | | | | | | phy: fixed: Fix removal of phys.Andrew Lunn2016-03-141-3/+2
| | * | | | | | | | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-143-0/+18
| | * | | | | | | | net: add a hardware buffer management helper APIGregory CLEMENT2016-03-141-0/+28
| | * | | | | | | | bus: mvebu-mbus: provide api for obtaining IO and DRAM window informationMarcin Wojtas2016-03-141-0/+3
| | * | | | | | | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-2/+1
| | * | | | | | | | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-4/+4