summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-229-98/+90
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-214-3/+8
| |\
| | * netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi2016-11-181-1/+1
| | * ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2016-11-161-0/+1
| | * bpf: fix range arithmetic for bpf map accessJosef Bacik2016-11-161-2/+3
| | * gro_cells: mark napi struct as not busy poll candidatesEric Dumazet2016-11-151-0/+3
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-191-0/+7
| |\ \
| | * | kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in usePaolo Bonzini2016-11-191-0/+7
| * | | Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-11-182-94/+73
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes'Rafael J. Wysocki2016-11-181-0/+3
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | | * | tools/power/acpi: Remove direct kernel source include referenceLv Zheng2016-11-161-0/+3
| | | |/ /
| | * / / Revert "ACPICA: FADT support cleanup"Rafael J. Wysocki2016-11-141-94/+70
| | |/ /
| * | | Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-181-0/+1
| |\ \ \
| | * | | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-141-0/+1
| * | | | mremap: fix race between mremap() and page cleanningAaron Lu2016-11-171-1/+1
| | |_|/ | |/| |
* | | | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-0/+1
* | | | bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov2016-11-211-0/+1
* | | | bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov2016-11-211-0/+1
* | | | bpf: add __must_check attributes to refcount manipulating helpersDaniel Borkmann2016-11-211-5/+7
* | | | net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-191-3/+3
* | | | netlink: use "unsigned int" in nla_next()Alexey Dobriyan2016-11-191-1/+1
* | | | virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme2016-11-191-1/+1
* | | | virtio_net.h: Fix comment.Jarno Rajahalme2016-11-191-1/+1
* | | | bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_infoFlorian Fainelli2016-11-181-0/+8
* | | | ethtool: (uapi) Add ETHTOOL_PHY_DOWNSHIFT to PHY tunablesRaju Lakkaraju2016-11-181-1/+4
* | | | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-0/+7
* | | | ethtool: (uapi) Add ETHTOOL_PHY_GTUNABLE and ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-1/+14
* | | | net/mlx5: Add MPCNT register infrastructureGal Pressman2016-11-183-0/+99
* | | | net/mlx5: Set driver version infrastructureSaeed Mahameed2016-11-181-1/+21
* | | | net/mlx5: Add handling for port module eventHuy Nguyen2016-11-181-0/+27
* | | | net/mlx5: Port module event hardware structuresHuy Nguyen2016-11-183-1/+16
* | | | net/mlx5: Make the command interface cache more flexibleMohamad Haj Yahia2016-11-181-7/+7
* | | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-186-8/+8
* | | | udp: enable busy polling for all socketsEric Dumazet2016-11-181-9/+19
* | | | sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-162-3/+3
* | | | netpoll: more efficient lockingEric Dumazet2016-11-162-7/+7
* | | | lwtunnel: subtract tunnel headroom from mtu on output redirectDavid Lebrun2016-11-161-1/+2
* | | | net: busy-poll: return busypolling status to driversEric Dumazet2016-11-161-3/+4
* | | | net: busy-poll: remove need_resched() from sk_can_busy_loop()Eric Dumazet2016-11-161-3/+2
* | | | net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet2016-11-161-0/+10
* | | | devres: add devm_alloc_percpu()Madalin Bucur2016-11-151-0/+19
* | | | net: phy: Add phy_ethtool_nway_resetFlorian Fainelli2016-11-151-0/+1
* | | | vxlan: remove unsed vxlan_dev_dst_port()pravin shelar2016-11-151-10/+0
* | | | vxlan: avoid vlan processing in vxlan device.pravin shelar2016-11-151-16/+0
* | | | udplite: fix NULL pointer dereferencePaolo Abeni2016-11-152-0/+2
* | | | bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-151-1/+2
* | | | bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-151-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-1524-41/+67
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-1411-15/+29
| |\ \ \ | | |_|/ | |/| |
| | * | Revert "include/uapi/linux/atm_zatm.h: include linux/time.h"Mike Frysinger2016-11-131-1/+0