summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: keep track of routes using srcPaolo Abeni2019-11-212-0/+33
* ipv6: add fib6_has_custom_rules() helperPaolo Abeni2019-11-211-0/+9
* net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()Yangbo Lu2019-11-211-0/+2
* net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu2019-11-211-1/+8
* net: mscc: ocelot: export ocelot_hwstamp_get/set functionsYangbo Lu2019-11-211-0/+2
* audit: Move audit_log_task declaration under CONFIG_AUDITSYSCALLJiri Olsa2019-11-211-3/+5
* net: sched: allow flower to match erspan optionsXin Long2019-11-211-0/+16
* net: sched: allow flower to match vxlan optionsXin Long2019-11-211-0/+13
* net: sched: add erspan option support to act_tunnel_keyXin Long2019-11-211-0/+16
* net: sched: add vxlan option support to act_tunnel_keyXin Long2019-11-211-0/+13
* net: sfp: soft status and control supportRussell King2019-11-211-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-219-47/+222
|\
| * bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann2019-11-201-3/+3
| * bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-11-202-0/+4
| * bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-183-3/+12
| * bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-8/+5
| * bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-5/+5
| * bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-153-0/+3
| * bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-152-0/+9
| * bpf: Annotate context typesAlexei Starovoitov2019-11-152-27/+62
| * bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-2/+3
| * bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-152-0/+107
| * bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-151-0/+8
| * bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich2019-11-151-2/+4
* | net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi2019-11-201-6/+18
* | net: sched: pie: enable timestamp based delay calculationGautam Ramakrishnan2019-11-201-8/+14
* | page_pool: Add API to update numa nodeSaeed Mahameed2019-11-202-0/+29
* | netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso2019-11-201-3/+6
* | netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso2019-11-201-0/+2
* | netfilter: nf_tables: constify nft_reg_load{8, 16, 64}()Pablo Neira Ayuso2019-11-201-3/+3
* | page_pool: extend tracepoint to also include the page PFNJesper Dangaard Brouer2019-11-191-4/+9
* | page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer2019-11-192-3/+8
* | net: phy: add core phylib sfp supportRussell King2019-11-191-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-11-193-3/+9
|\ \
| * | netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-3/+6
| * | Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2019-11-131-0/+2
| |\ \
| | * | netfilter: ipset: Add wildcard support to net,ifaceKristian Evensen2019-11-041-0/+2
| * | | netfilter: nft_meta: offload support for interface indexPablo Neira Ayuso2019-11-131-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-1710-36/+26
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-175-3/+11
| |\ \ \ \
| | * | | | ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-1/+3
| | * | | | ptp: Validate requests to enable time stamping of external signals.Richard Cochran2019-11-151-0/+1
| | * | | | can: af_can: export can_sock_destruct()Oleksij Rempel2019-11-131-0/+1
| | * | | | devlink: Add method for time-stamp on reporter's dumpAya Levin2019-11-121-0/+1
| | * | | | tcp: remove redundant new line from tcp_event_sk_skbTony Lu2019-11-101-1/+1
| | * | | | devlink: disallow reload operation during device cleanupJiri Pirko2019-11-101-1/+4
| * | | | | mm/memory_hotplug: fix try_offline_node()David Hildenbrand2019-11-161-0/+1
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-121-0/+1
| |\ \ \ \ \
| | * | | | | KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-121-0/+1
| * | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-122-23/+13
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |