summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz2-4/+80
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov2-0/+4
2019-08-21bpf: clarify when bpf_trace_printk discards linesPeter Wu1-0/+2
2019-08-21bpf: fix 'struct pt_reg' typo in documentationPeter Wu1-3/+3
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2-0/+4
2019-08-20bpf: add include guard to tnum.hMasahiro Yamada1-0/+6
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel1-0/+18
2019-08-17bpf: support cloning sk storage on accept()Stanislav Fomichev2-0/+13
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev1-0/+2
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2-1/+45
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-2/+12
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski52-389/+410
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit1-0/+2
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit1-0/+1
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-10/+54
2019-08-13kbuild: remove all netfilter headers from header-test blacklist.Jeremy Sowden1-74/+0
2019-08-13netfilter: remove "#ifdef __KERNEL__" guards from some headers.Jeremy Sowden7-21/+0
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden15-0/+52
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...Jeremy Sowden4-0/+31
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden1-0/+4
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-f...Jeremy Sowden1-0/+8
2019-08-13netfilter: add missing includes to a number of header-files.Jeremy Sowden27-14/+80
2019-08-13netfilter: inline four headers files into another one.Jeremy Sowden5-280/+234
2019-08-13netfilter: nf_tables: store data in offload context registersPablo Neira Ayuso1-0/+1
2019-08-11net: phy: add phy_modify_paged_changedHeiner Kallweit1-0/+2
2019-08-11net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit1-1/+7
2019-08-11drop_monitor: Expose tail drop counterIdo Schimmel1-0/+10
2019-08-11drop_monitor: Make drop queue length configurableIdo Schimmel1-0/+1
2019-08-11drop_monitor: Add a command to query current configurationIdo Schimmel1-0/+2
2019-08-11drop_monitor: Allow truncation of dropped packetsIdo Schimmel1-0/+2
2019-08-11drop_monitor: Add packet alert modeIdo Schimmel1-0/+27
2019-08-11drop_monitor: Add alert mode operationsIdo Schimmel1-0/+9
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-10/+2
2019-08-10wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-17/+3
2019-08-09net/mlx5: E-switch, Removed unused hwidParav Pandit1-1/+0
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov1-0/+1
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov1-0/+4
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt1-1/+1
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt1-0/+1
2019-08-09devlink: remove pointless data_len arg from region snapshot createJiri Pirko1-1/+1
2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu1-0/+1
2019-08-08netfilter: nf_tables_offload: support indr block callwenxu1-0/+4
2019-08-08flow_offload: support get multi-subsystem blockwenxu1-1/+9
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu3-38/+29
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree1-0/+3
2019-08-08qed: Add new ethtool supported port types based on media.Rahul Verma1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller77-317/+309
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds14-74/+79
2019-08-06net: sched: add ingress mirred action to hardware IRJohn Hurley1-0/+2
2019-08-06net: tc_act: add helpers to detect ingress mirred actionsJohn Hurley1-0/+18