summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-212-2/+4
* net: sch: api: add extack support in qdisc_allocAlexander Aring2017-12-211-1/+2
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-2/+4
* net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...David S. Miller2017-12-201-10/+17
|\
| * batman-adv: Change batman_adv.h license to MITSven Eckelmann2017-12-151-11/+17
| * batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann2017-12-151-0/+1
* | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-202-26/+24
* | net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-203-31/+109
* | tcp: Export to userspace the TCP state names for the trace eventsSteven Rostedt (VMware)2017-12-201-13/+28
* | net: Introduce NETIF_F_GRO_HW.Michael Chan2017-12-191-0/+3
* | sock: Hide unused variable when !CONFIG_PROC_FS.Tonghao Zhang2017-12-191-1/+1
* | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-192-0/+4
* | sock: Change the netns_core member name.Tonghao Zhang2017-12-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-189-8/+129
|\ \
| * | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-173-0/+6
| * | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-2/+3
| * | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-172-0/+7
| * | bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov2017-12-171-1/+2
| * | bpf: introduce function calls (verification)Alexei Starovoitov2017-12-171-2/+34
| * | bpf: introduce function calls (function boundaries)Alexei Starovoitov2017-12-172-1/+10
| * | bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-132-1/+6
| * | bpf: add a bpf_override_function helperJosef Bacik2017-12-123-2/+9
| * | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-124-0/+27
| * | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-122-0/+26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1730-256/+103
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-156-10/+21
| |\ \ \
| | * | | pkt_sched: Remove TC_RED_OFFLOADED from uapiYuval Mintz2017-12-151-1/+0
| | * | | net: sched: Add TCA_HW_OFFLOADYuval Mintz2017-12-152-0/+2
| | * | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-131-0/+1
| | * | | fou: fix some member types in guehdrXin Long2017-12-111-9/+9
| | * | | ptr_ring: add barriersMichael S. Tsirkin2017-12-111-0/+9
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-12-157-228/+11
| |\ \ \ \
| | * | | | compiler.h: Remove ACCESS_ONCE()Mark Rutland2017-12-121-36/+11
| | * | | | locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-123-181/+0
| | * | | | locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon2017-12-123-11/+0
| * | | | | Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-12-151-0/+1
| |\ \ \ \ \
| | * | | | | PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki2017-12-111-0/+1
| | |/ / / /
| * | | | | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-152-5/+8
| |\ \ \ \ \
| | * | | | | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-1/+1
| | * | | | | tracing: always define trace_{irq,preempt}_{enable_disable}Arnd Bergmann2017-12-041-4/+7
| * | | | | | Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-151-0/+3
| |\ \ \ \ \ \
| | * | | | | | PCI: Add pci_get_domain_bus_and_slot() stubRandy Dunlap2017-12-061-0/+3
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-12-157-2/+23
| |\ \ \ \ \ \
| | * | | | | | mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-152-0/+10