Age | Commit message (Expand) | Author | Files | Lines |
2019-08-28 | bpf: introduce verifier internal test flag | Alexei Starovoitov | 2 | -0/+4 |
2019-08-21 | bpf: clarify when bpf_trace_printk discards lines | Peter Wu | 1 | -0/+2 |
2019-08-21 | bpf: fix 'struct pt_reg' typo in documentation | Peter Wu | 1 | -3/+3 |
2019-08-20 | bpf: add new BPF_BTF_GET_NEXT_ID syscall command | Quentin Monnet | 2 | -0/+4 |
2019-08-20 | bpf: add include guard to tnum.h | Masahiro Yamada | 1 | -0/+6 |
2019-08-18 | xsk: remove AF_XDP socket from map when the socket is released | Björn Töpel | 1 | -0/+18 |
2019-08-18 | bpf: support cloning sk storage on accept() | Stanislav Fomichev | 2 | -0/+13 |
2019-08-18 | bpf: export bpf_map_inc_not_zero | Stanislav Fomichev | 1 | -0/+2 |
2019-08-18 | xsk: add support for need_wakeup flag in AF_XDP rings | Magnus Karlsson | 2 | -1/+45 |
2019-08-18 | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup | Magnus Karlsson | 1 | -2/+12 |
2019-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 52 | -389/+410 |
2019-08-14 | net: phy: let phy_speed_down/up support speeds >1Gbps | Heiner Kallweit | 1 | -0/+2 |
2019-08-14 | net: phy: add phy_speed_down_core and phy_resolve_min_speed | Heiner Kallweit | 1 | -0/+1 |
2019-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 6 | -10/+54 |
2019-08-13 | kbuild: remove all netfilter headers from header-test blacklist. | Jeremy Sowden | 1 | -74/+0 |
2019-08-13 | netfilter: remove "#ifdef __KERNEL__" guards from some headers. | Jeremy Sowden | 7 | -21/+0 |
2019-08-13 | netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. | Jeremy Sowden | 15 | -0/+52 |
2019-08-13 | netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-... | Jeremy Sowden | 4 | -0/+31 |
2019-08-13 | netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file. | Jeremy Sowden | 1 | -0/+4 |
2019-08-13 | netfilter: add missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-f... | Jeremy Sowden | 1 | -0/+8 |
2019-08-13 | netfilter: add missing includes to a number of header-files. | Jeremy Sowden | 27 | -14/+80 |
2019-08-13 | netfilter: inline four headers files into another one. | Jeremy Sowden | 5 | -280/+234 |
2019-08-13 | netfilter: nf_tables: store data in offload context registers | Pablo Neira Ayuso | 1 | -0/+1 |
2019-08-12 | net: phy: add phy_modify_paged_changed | Heiner Kallweit | 1 | -0/+2 |
2019-08-12 | net: phy: prepare phylib to deal with PHY's extending Clause 22 | Heiner Kallweit | 1 | -1/+7 |
2019-08-11 | drop_monitor: Expose tail drop counter | Ido Schimmel | 1 | -0/+10 |
2019-08-11 | drop_monitor: Make drop queue length configurable | Ido Schimmel | 1 | -0/+1 |
2019-08-11 | drop_monitor: Add a command to query current configuration | Ido Schimmel | 1 | -0/+2 |
2019-08-11 | drop_monitor: Allow truncation of dropped packets | Ido Schimmel | 1 | -0/+2 |
2019-08-11 | drop_monitor: Add packet alert mode | Ido Schimmel | 1 | -0/+27 |
2019-08-11 | drop_monitor: Add alert mode operations | Ido Schimmel | 1 | -0/+9 |
2019-08-11 | mlx5: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -10/+2 |
2019-08-11 | wimax: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -17/+3 |
2019-08-10 | net/mlx5: E-switch, Removed unused hwid | Parav Pandit | 1 | -1/+0 |
2019-08-10 | net/mlx5e: Protect mod_hdr hash table with mutex | Vlad Buslov | 1 | -0/+1 |
2019-08-10 | net/mlx5e: Extend mod header entry with reference counter | Vlad Buslov | 1 | -0/+4 |
2019-08-09 | tcp: Update TCP_BASE_MSS comment | Josh Hunt | 1 | -1/+1 |
2019-08-09 | tcp: add new tcp_mtu_probe_floor sysctl | Josh Hunt | 1 | -0/+1 |
2019-08-09 | devlink: remove pointless data_len arg from region snapshot create | Jiri Pirko | 1 | -1/+1 |
2019-08-09 | net: stmmac: Implement RSS and enable it in XGMAC core | Jose Abreu | 1 | -0/+1 |
2019-08-09 | netfilter: nf_tables_offload: support indr block call | wenxu | 1 | -0/+4 |
2019-08-09 | flow_offload: support get multi-subsystem block | wenxu | 1 | -1/+9 |
2019-08-09 | flow_offload: move tc indirect block to flow offload | wenxu | 3 | -38/+29 |
2019-08-09 | net: use listified RX for handling GRO_NORMAL skbs | Edward Cree | 1 | -0/+3 |
2019-08-09 | qed: Add new ethtool supported port types based on media. | Rahul Verma | 1 | -1/+1 |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 77 | -317/+309 |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 14 | -74/+79 |
2019-08-07 | net: sched: add ingress mirred action to hardware IR | John Hurley | 1 | -0/+2 |
2019-08-07 | net: tc_act: add helpers to detect ingress mirred actions | John Hurley | 1 | -0/+18 |
2019-08-07 | net: sched: add skbedit of ptype action to hardware IR | John Hurley | 1 | -0/+2 |