- da4e023 Merge branch 'bpf-prog-stats' by Daniel Borkmann · 6 years ago
- 88ad472 tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt by Alexei Starovoitov · 6 years ago
- b1eca86 tools/bpf: sync bpf.h into tools by Alexei Starovoitov · 6 years ago
- 5f8f8b9 bpf: expose program stats via bpf_prog_info by Alexei Starovoitov · 6 years ago
- 492ecee bpf: enable program stats by Alexei Starovoitov · 6 years ago
- 143bdc2 Merge branch 'bpf-libbpf-af-xdp' by Daniel Borkmann · 6 years ago
- 0f4a9b7 xsk: add FAQ to facilitate for first time users by Magnus Karlsson · 6 years ago
- 248c7f9 samples/bpf: convert xdpsock to use libbpf for AF_XDP access by Magnus Karlsson · 6 years ago
- 1cad078 libbpf: add support for using AF_XDP sockets by Magnus Karlsson · 6 years ago
- 740f8a6 selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
- a439184 bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector by Stanislav Fomichev · 6 years ago
- fd92d66 bpf: test_bpf: turn off preemption in function __run_once by Anders Roxell · 6 years ago
- 915654f samples/bpf: Fix dummy program unloading for xdp_redirect samples by Toke Høiland-Jørgensen · 6 years ago
- e80d02d seccomp, bpf: disable preemption before calling into bpf prog by Alexei Starovoitov · 6 years ago
- 74e31ca8 bpf: add skb->queue_mapping write access from tc clsact by Jesper Dangaard Brouer · 6 years ago
- 568f196 bpf: check that BPF programs run with preemption disabled by Peter Zijlstra · 6 years ago
- a5d9265 bpf: bpftool, fix documentation for attach types by Alban Crequy · 6 years ago
- c9b747d bnx2x: Remove set but not used variable 'mfw_vn' by YueHaibing · 6 years ago
- 778a57d Merge branch 'net-phy-add-helpers-for-handling-C45-10GBT-AN-register-values' by David S. Miller · 6 years ago
- 96c2be3 net: phy: use mii_10gbt_stat_mod_linkmode_lpa_t in genphy_c45_read_lpa by Heiner Kallweit · 6 years ago
- 9004a14 net: phy: add helper mii_10gbt_stat_mod_linkmode_lpa_t by Heiner Kallweit · 6 years ago
- bf9d787 liquidio: using NULL instead of plain integer by YueHaibing · 6 years ago
- eb16097 r8169: remove unneeded mmiowb barriers by Heiner Kallweit · 6 years ago
- 57fd967 net: dsa: Implement flow_dissect callback for tag_dsa. by Rundong Ge · 6 years ago
- 6e07902 net: sched: using kfree_rcu() to simplify the code by Wei Yongjun · 6 years ago
- 780feae mdio_bus: Fix PTR_ERR() usage after initialization to constant by YueHaibing · 6 years ago
- 31ef5b0 mlxsw: spectrum: Change IP2ME CPU policer rate and burst size values by Shalom Toledo · 6 years ago
- ed95799 net: hamradio: remove unused hweight*() defines by Masahiro Yamada · 6 years ago
- 8bbed40 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
- e511f17 net: hns3: make function hclge_set_all_vf_rst() static by Wei Yongjun · 6 years ago
- 58ecf26 ptr_ring: remove duplicated include from ptr_ring.h by YueHaibing · 6 years ago
- 3edaded net: sgi: use GFP_ATOMIC under spin lock by Wei Yongjun · 6 years ago
- aaeb1de net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails by Ivan Vecera · 6 years ago
- 5642563 net: phy: marvell10g: Don't explicitly set Pause and Asym_Pause by Maxime Chevallier · 6 years ago
- a0bc653 net: dsa: bcm_sf2: Remove set but not used variables 'v6_spec, v6_m_spec' by YueHaibing · 6 years ago
- 0496743 nfp: flower: fix masks for tcp and ip flags fields by Pieter Jansen van Vuuren · 6 years ago
- eaec2ef Merge branch 'devlink-add-the-ability-to-update-device-flash' by David S. Miller · 6 years ago
- 5c5696f nfp: devlink: allow flashing the device via devlink by Jakub Kicinski · 6 years ago
- 4eceba1 ethtool: add compat for flash update by Jakub Kicinski · 6 years ago
- 76726cc devlink: add flash update command by Jakub Kicinski · 6 years ago
- 8e31c474 Merge branch 'net-phy-improve-and-use-phy_resolve_aneg_linkmode' by David S. Miller · 6 years ago
- 5502b21 net: phy: use phy_resolve_aneg_linkmode in genphy_read_status by Heiner Kallweit · 6 years ago
- a2703de net: phy: improve phy_resolve_aneg_linkmode by Heiner Kallweit · 6 years ago
- 8b58d12 net: sched: cgroup: verify that filter is not NULL during walk by Vlad Buslov · 6 years ago
- d66022c net: sched: matchall: verify that filter is not NULL in mall_walk() by Vlad Buslov · 6 years ago
- 3027ff4 net: sched: route: don't set arg->stop in route4_walk() when empty by Vlad Buslov · 6 years ago
- 31a9984 net: sched: fw: don't set arg->stop in fw_walk() when empty by Vlad Buslov · 6 years ago
- 1eb0016 net: caif: use skb helpers instead of open-coding them by Jann Horn · 6 years ago
- 6a79507 mlxsw: core: Extend thermal module with per QSFP module thermal zones by Vadim Pasternak · 6 years ago
- 3c136c5 Merge branch 'neigh-tracepoints' by David S. Miller · 6 years ago
- 56dd18a neigh: hook tracepoints in neigh update code by Roopa Prabhu · 6 years ago
- 9c03b28 trace: events: add a few neigh tracepoints by Roopa Prabhu · 6 years ago
- 9e8ccd8 Merge branch 'net-phy-add-and-use-genphy_c45_an_config_an' by David S. Miller · 6 years ago
- 3ce2a02 net: phy: marvell10g: check for newly set aneg by Heiner Kallweit · 6 years ago
- 3de97f3 net: phy: marvell10g: use genphy_c45_an_config_aneg by Andrew Lunn · 6 years ago
- 9a5dc8a net: phy: add genphy_c45_an_config_aneg by Andrew Lunn · 6 years ago
- 744e458 net: phy: add helper linkmode_adv_to_mii_10gbt_adv_t by Heiner Kallweit · 6 years ago
- 885e631 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 5aab392 tools/libbpf: support bigger BTF data sizes by Andrii Nakryiko · 6 years ago
- 9d6b358 selftests: bpf: test_lwt_ip_encap: add negative tests. by Peter Oskolkov · 6 years ago
- f186a82 net: stmmac: use correct define to get rx timestamp on GMAC4 by Alexandre Torgue · 6 years ago
- d0edde8 atm: clean up vcc_seq_next() by Dan Carpenter · 6 years ago
- 4057765 sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF values by Guillaume Nault · 6 years ago
- f2281c2 Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
- a3419ce netfilter: nf_conntrack_sip: add sip_external_media logic by Alin Nastac · 6 years ago
- dddaf89 netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' static by Wei Yongjun · 6 years ago
- bb015f2 Merge branch 's390-next' by David S. Miller · 6 years ago
- 8024cc9 s390/qeth: split out OSN netdev ops by Julian Wiedmann · 6 years ago
- 1b4d5e1 s390/qeth: add support for ETHTOOL_GRINGPARAM by Julian Wiedmann · 6 years ago
- b0abc4f s390/qeth: overhaul ethtool statistics by Julian Wiedmann · 6 years ago
- d896ac6 s390/qeth: move ethtool code into its own file by Julian Wiedmann · 6 years ago
- 4326b5b s390/qeth: reduce ethtool statistics by Julian Wiedmann · 6 years ago
- bb92d3f s390/qeth: use a static Output Queue array by Julian Wiedmann · 6 years ago
- 0aa35a3 s390/qeth: allow manual recovery when device is SOFTSETUP by Julian Wiedmann · 6 years ago
- ff326d3 selftests: forwarding: Add some missing configuration symbols by Florian Fainelli · 6 years ago
- 1490ed2 net/ipv6: prefer rcu_access_pointer() over rcu_dereference() by Paolo Abeni · 6 years ago
- 59e6158 mlxsw: core: fix spelling mistake "temprature" -> "temperature" by Colin Ian King · 6 years ago
- c96692f net/mlx5: E-Switch, Allow transition to offloads mode for ECPF by Bodong Wang · 6 years ago
- a3888f3 net/mlx5: E-Switch, Load/unload VF reps according to event from host PF by Bodong Wang · 6 years ago
- 81cd229 net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownership by Bodong Wang · 6 years ago
- 5ae5162 net/mlx5: E-Switch, Assign a different position for uplink rep and vport by Bodong Wang · 6 years ago
- f8e8fa0 net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driver by Bodong Wang · 6 years ago
- 29d9fd7 net/mlx5: E-Switch, Support load/unload reps of specific vport types by Bodong Wang · 6 years ago
- f121e0e net/mlx5: E-Switch, Add state to eswitch vport representors by Bodong Wang · 6 years ago
- 879c8f8 net/mlx5: E-Switch, Use getter and iterator to access vport/rep by Bodong Wang · 6 years ago
- c9b99ab net/mlx5: E-Switch, Split VF and special vports for offloads mode by Bodong Wang · 6 years ago
- eca8cc3 net/mlx5: E-Switch, Refactor offloads flow steering init/cleanup by Bodong Wang · 6 years ago
- cbc44e7 net/mlx5: E-Switch, Properly refer to host PF vport as other vport by Bodong Wang · 6 years ago
- a1b3839 net/mlx5: E-Switch, Properly refer to the esw manager vport by Bodong Wang · 6 years ago
- 86b39a6 net/mlx5: Correctly set LAG mode for ECPF by Bodong Wang · 6 years ago
- 259fae5 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
- b251f9f bpf: make LWTUNNEL_BPF dependent on INET by Peter Oskolkov · 6 years ago
- 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 24f0a48 Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- ae3fa8b Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
- dfeae33 Merge tag 'mmc-v5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
- 545aabc Merge tag 'drm-fixes-2019-02-15-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
- 2aba32207 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 6e7bd3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
- 02d7504 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago