summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-282-0/+4
* bpf: clarify when bpf_trace_printk discards linesPeter Wu2019-08-211-0/+2
* bpf: fix 'struct pt_reg' typo in documentationPeter Wu2019-08-211-3/+3
* bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-202-0/+4
* bpf: add include guard to tnum.hMasahiro Yamada2019-08-201-0/+6
* xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-0/+18
* bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-172-0/+13
* bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-171-0/+2
* xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-172-1/+45
* xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-1352-389/+410
|\
| * kbuild: remove all netfilter headers from header-test blacklist.Jeremy Sowden2019-08-131-74/+0
| * netfilter: remove "#ifdef __KERNEL__" guards from some headers.Jeremy Sowden2019-08-137-21/+0
| * netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden2019-08-1315-0/+52
| * netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...Jeremy Sowden2019-08-134-0/+31
| * netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden2019-08-131-0/+4
| * netfilter: add missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-f...Jeremy Sowden2019-08-131-0/+8
| * netfilter: add missing includes to a number of header-files.Jeremy Sowden2019-08-1327-14/+80
| * netfilter: inline four headers files into another one.Jeremy Sowden2019-08-135-280/+234
| * netfilter: nf_tables: store data in offload context registersPablo Neira Ayuso2019-08-131-0/+1
| * netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera2019-08-031-1/+1
* | net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit2019-08-131-0/+2
* | net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit2019-08-131-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-136-10/+54
|\ \
| * | bpf: add bpf_tcp_gen_syncookie helperPetar Penkov2019-07-301-1/+29
| * | tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-301-0/+10
| * | xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-294-1/+11
| * | include/bpf.h: Remove map_insert_ctx() stubsToke Høiland-Jørgensen2019-07-291-10/+0
| * | bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-251-0/+1
| * | bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-252-1/+6
* | | net: phy: add phy_modify_paged_changedHeiner Kallweit2019-08-111-0/+2
* | | net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2019-08-111-1/+7
* | | drop_monitor: Expose tail drop counterIdo Schimmel2019-08-111-0/+10
* | | drop_monitor: Make drop queue length configurableIdo Schimmel2019-08-111-0/+1
* | | drop_monitor: Add a command to query current configurationIdo Schimmel2019-08-111-0/+2
* | | drop_monitor: Allow truncation of dropped packetsIdo Schimmel2019-08-111-0/+2
* | | drop_monitor: Add packet alert modeIdo Schimmel2019-08-111-0/+27
* | | drop_monitor: Add alert mode operationsIdo Schimmel2019-08-111-0/+9
* | | mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-10/+2
* | | wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-17/+3
* | | net/mlx5: E-switch, Removed unused hwidParav Pandit2019-08-091-1/+0
* | | net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov2019-08-091-0/+1
* | | net/mlx5e: Extend mod header entry with reference counterVlad Buslov2019-08-091-0/+4
* | | tcp: Update TCP_BASE_MSS commentJosh Hunt2019-08-091-1/+1
* | | tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-091-0/+1
* | | devlink: remove pointless data_len arg from region snapshot createJiri Pirko2019-08-091-1/+1
* | | net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu2019-08-081-0/+1
* | | netfilter: nf_tables_offload: support indr block callwenxu2019-08-081-0/+4
* | | flow_offload: support get multi-subsystem blockwenxu2019-08-081-1/+9
* | | flow_offload: move tc indirect block to flow offloadwenxu2019-08-083-38/+29