Age | Commit message (Expand) | Author | Files | Lines |
2019-02-17 | Merge branch 'net-phy-improve-and-use-phy_resolve_aneg_linkmode' | David S. Miller | 2 | -59/+8 |
2019-02-17 | net: phy: use phy_resolve_aneg_linkmode in genphy_read_status | Heiner Kallweit | 1 | -23/+1 |
2019-02-17 | net: phy: improve phy_resolve_aneg_linkmode | Heiner Kallweit | 1 | -36/+7 |
2019-02-17 | net: sched: cgroup: verify that filter is not NULL during walk | Vlad Buslov | 1 | -0/+2 |
2019-02-17 | net: sched: matchall: verify that filter is not NULL in mall_walk() | Vlad Buslov | 1 | -0/+3 |
2019-02-17 | net: sched: route: don't set arg->stop in route4_walk() when empty | Vlad Buslov | 1 | -4/+1 |
2019-02-17 | net: sched: fw: don't set arg->stop in fw_walk() when empty | Vlad Buslov | 1 | -4/+1 |
2019-02-17 | net: caif: use skb helpers instead of open-coding them | Jann Horn | 1 | -11/+5 |
2019-02-17 | mlxsw: core: Extend thermal module with per QSFP module thermal zones | Vadim Pasternak | 1 | -0/+400 |
2019-02-17 | Merge branch 'neigh-tracepoints' | David S. Miller | 3 | -0/+223 |
2019-02-17 | neigh: hook tracepoints in neigh update code | Roopa Prabhu | 1 | -0/+11 |
2019-02-17 | trace: events: add a few neigh tracepoints | Roopa Prabhu | 2 | -0/+212 |
2019-02-17 | Merge branch 'net-phy-add-and-use-genphy_c45_an_config_an' | David S. Miller | 4 | -19/+82 |
2019-02-17 | net: phy: marvell10g: check for newly set aneg | Heiner Kallweit | 1 | -0/+10 |
2019-02-17 | net: phy: marvell10g: use genphy_c45_an_config_aneg | Andrew Lunn | 1 | -21/+4 |
2019-02-17 | net: phy: add genphy_c45_an_config_aneg | Andrew Lunn | 2 | -0/+45 |
2019-02-17 | net: phy: add helper linkmode_adv_to_mii_10gbt_adv_t | Heiner Kallweit | 1 | -0/+25 |
2019-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 92 | -485/+2576 |
2019-02-16 | tools/libbpf: support bigger BTF data sizes | Andrii Nakryiko | 1 | -7/+8 |
2019-02-16 | selftests: bpf: test_lwt_ip_encap: add negative tests. | Peter Oskolkov | 1 | -23/+88 |
2019-02-16 | net: stmmac: use correct define to get rx timestamp on GMAC4 | Alexandre Torgue | 1 | -1/+1 |
2019-02-16 | atm: clean up vcc_seq_next() | Dan Carpenter | 1 | -1/+2 |
2019-02-16 | sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF values | Guillaume Nault | 1 | -0/+20 |
2019-02-16 | Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 38 | -659/+1450 |
2019-02-15 | Merge branch 's390-next' | David S. Miller | 8 | -649/+582 |
2019-02-15 | s390/qeth: split out OSN netdev ops | Julian Wiedmann | 3 | -15/+21 |
2019-02-15 | s390/qeth: add support for ETHTOOL_GRINGPARAM | Julian Wiedmann | 1 | -0/+17 |
2019-02-15 | s390/qeth: overhaul ethtool statistics | Julian Wiedmann | 6 | -216/+256 |
2019-02-15 | s390/qeth: move ethtool code into its own file | Julian Wiedmann | 6 | -351/+346 |
2019-02-15 | s390/qeth: reduce ethtool statistics | Julian Wiedmann | 4 | -123/+7 |
2019-02-15 | s390/qeth: use a static Output Queue array | Julian Wiedmann | 2 | -16/+7 |
2019-02-15 | s390/qeth: allow manual recovery when device is SOFTSETUP | Julian Wiedmann | 1 | -1/+1 |
2019-02-15 | selftests: forwarding: Add some missing configuration symbols | Florian Fainelli | 1 | -0/+2 |
2019-02-15 | net/ipv6: prefer rcu_access_pointer() over rcu_dereference() | Paolo Abeni | 1 | -7/+1 |
2019-02-15 | mlxsw: core: fix spelling mistake "temprature" -> "temperature" | Colin Ian King | 1 | -4/+4 |
2019-02-15 | net/mlx5: E-Switch, Allow transition to offloads mode for ECPF | Bodong Wang | 1 | -2/+4 |
2019-02-15 | net/mlx5: E-Switch, Load/unload VF reps according to event from host PF | Bodong Wang | 3 | -3/+96 |
2019-02-15 | net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownership | Bodong Wang | 6 | -8/+110 |
2019-02-15 | net/mlx5: E-Switch, Assign a different position for uplink rep and vport | Bodong Wang | 4 | -17/+40 |
2019-02-15 | net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driver | Bodong Wang | 4 | -56/+39 |
2019-02-15 | net/mlx5: E-Switch, Support load/unload reps of specific vport types | Bodong Wang | 1 | -22/+87 |
2019-02-15 | net/mlx5: E-Switch, Add state to eswitch vport representors | Bodong Wang | 2 | -10/+29 |
2019-02-15 | net/mlx5: E-Switch, Use getter and iterator to access vport/rep | Bodong Wang | 2 | -56/+113 |
2019-02-15 | net/mlx5: E-Switch, Split VF and special vports for offloads mode | Bodong Wang | 4 | -22/+48 |
2019-02-15 | net/mlx5: E-Switch, Refactor offloads flow steering init/cleanup | Bodong Wang | 1 | -12/+31 |
2019-02-15 | net/mlx5: E-Switch, Properly refer to host PF vport as other vport | Bodong Wang | 4 | -17/+16 |
2019-02-15 | net/mlx5: E-Switch, Properly refer to the esw manager vport | Bodong Wang | 4 | -15/+39 |
2019-02-15 | net/mlx5: Correctly set LAG mode for ECPF | Bodong Wang | 1 | -0/+5 |
2019-02-15 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 36 | -474/+848 |
2019-02-16 | bpf: make LWTUNNEL_BPF dependent on INET | Peter Oskolkov | 1 | -1/+1 |