Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON() | Ido Schimmel | 2020-07-10 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'macb-WOL-fixes' | David S. Miller | 2020-07-10 | 1 | -12/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | net: macb: fix call to pm_runtime in the suspend/resume functions | Nicolas Ferre | 2020-07-10 | 1 | -2/+4 | |
| | * | | | | | | | | | net: macb: fix macb_suspend() by removing call to netif_carrier_off() | Nicolas Ferre | 2020-07-10 | 1 | -1/+0 | |
| | * | | | | | | | | | net: macb: fix macb_get/set_wol() when moving to phylink | Nicolas Ferre | 2020-07-10 | 1 | -6/+12 | |
| | * | | | | | | | | | net: macb: mark device wake capable when "magic-packet" property present | Nicolas Ferre | 2020-07-10 | 1 | -1/+1 | |
| | * | | | | | | | | | net: macb: fix wakeup test in runtime suspend/resume routines | Nicolas Ferre | 2020-07-10 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | bnxt_en: fix NULL dereference in case SR-IOV configuration fails | Davide Caratti | 2020-07-10 | 1 | -1/+1 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-07-10 | 4 | -15/+26 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | libbpf: Fix libbpf hashmap on (I)LP32 architectures | Jakub Bogusz | 2020-07-10 | 1 | -4/+8 | |
| | * | | | | | | | | | selftests: bpf: Fix detach from sockmap tests | Lorenz Bauer | 2020-07-09 | 1 | -6/+6 | |
| | * | | | | | | | | | bpf: net: Avoid incorrect bpf_sk_reuseport_detach call | Martin KaFai Lau | 2020-07-09 | 2 | -3/+5 | |
| | * | | | | | | | | | bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone | Martin KaFai Lau | 2020-07-09 | 1 | -4/+9 | |
| * | | | | | | | | | | Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2020-07-10 | 14 | -62/+196 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | net/mlx5e: CT: Fix memory leak in cleanup | Eli Britstein | 2020-07-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | net/mlx5e: Fix port buffers cell size value | Eran Ben Elisha | 2020-07-10 | 6 | -25/+78 | |
| | * | | | | | | | | | | net/mlx5e: Fix 50G per lane indication | Aya Levin | 2020-07-10 | 3 | -8/+23 | |
| | * | | | | | | | | | | net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crash | Aya Levin | 2020-07-10 | 1 | -4/+4 | |
| | * | | | | | | | | | | net/mlx5e: Fix VXLAN configuration restore after function reload | Aya Levin | 2020-07-10 | 1 | -3/+4 | |
| | * | | | | | | | | | | net/mlx5e: Fix usage of rcu-protected pointer | Vlad Buslov | 2020-07-10 | 1 | -3/+6 | |
| | * | | | | | | | | | | net/mxl5e: Verify that rpriv is not NULL | Vlad Buslov | 2020-07-10 | 1 | -2/+3 | |
| | * | | | | | | | | | | net/mlx5: E-Switch, Fix vlan or qos setting in legacy mode | Vu Pham | 2020-07-10 | 1 | -1/+0 | |
| | * | | | | | | | | | | net/mlx5: Fix eeprom support for SFP module | Eran Ben Elisha | 2020-07-10 | 1 | -16/+77 | |
| * | | | | | | | | | | | cgroup: Fix sock_cgroup_data on big-endian. | Cong Wang | 2020-07-10 | 1 | -0/+2 | |
| |/ / / / / / / / / / | ||||||
| * / / / / / / / / / | tcp: make sure listeners don't initialize congestion-control state | Christoph Paasch | 2020-07-09 | 2 | -1/+4 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit() | Michal Kubecek | 2020-07-09 | 1 | -14/+13 | |
| * | | | | | | | | | net_sched: fix a memory leak in atm_tc_init() | Cong Wang | 2020-07-09 | 1 | -4/+4 | |
| * | | | | | | | | | qed: Populate nvm-file attributes while reading nvm config partition. | Sudarsana Reddy Kalluru | 2020-07-09 | 4 | -9/+21 | |
| * | | | | | | | | | cxgb4: fix all-mask IP address comparison | Rahul Lakkireddy | 2020-07-09 | 1 | -5/+5 | |
| * | | | | | | | | | tipc: fix retransmission on unicast links | Hamish Martin | 2020-07-09 | 1 | -8/+18 | |
| * | | | | | | | | | l2tp: remove skb_dst_set() from l2tp_xmit_skb() | Xin Long | 2020-07-09 | 1 | -4/+1 | |
| * | | | | | | | | | Merge branch 'net-smc-fixes' | David S. Miller | 2020-07-08 | 11 | -105/+163 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | net/smc: tolerate future SMCD versions | Ursula Braun | 2020-07-08 | 2 | -13/+34 | |
| | * | | | | | | | | | net/smc: switch smcd_dev_list spinlock to mutex | Ursula Braun | 2020-07-08 | 4 | -18/+20 | |
| | * | | | | | | | | | net/smc: fix sleep bug in smc_pnet_find_roce_resource() | Ursula Braun | 2020-07-08 | 4 | -18/+22 | |
| | * | | | | | | | | | net/smc: fix work request handling | Karsten Graul | 2020-07-08 | 2 | -8/+10 | |
| | * | | | | | | | | | net/smc: separate LLC wait queues for flow and messages | Karsten Graul | 2020-07-08 | 3 | -48/+77 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | net: atlantic: fix ip dst and ipv6 address filters | Dmitry Bogdanov | 2020-07-08 | 2 | -3/+3 | |
| * | | | | | | | | | ionic: centralize queue reset code | Shannon Nelson | 2020-07-08 | 3 | -41/+32 | |
| * | | | | | | | | | vlan: consolidate VLAN parsing code and limit max parsing depth | Toke Høiland-Jørgensen | 2020-07-08 | 1 | -35/+22 | |
| * | | | | | | | | | net: qed: fix buffer overflow on ethtool -d | Alexander Lobakin | 2020-07-08 | 2 | -1/+14 | |
| * | | | | | | | | | bridge: mcast: Fix MLD2 Report IPv6 payload length check | Linus Lüssing | 2020-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb | Martin Varghese | 2020-07-08 | 1 | -1/+9 | |
| * | | | | | | | | | net/sched: act_ct: add miss tcf_lastuse_update. | wenxu | 2020-07-08 | 1 | -0/+2 | |
| * | | | | | | | | | net/mlx5e: Do not include rwlock.h directly | Sebastian Andrzej Siewior | 2020-07-08 | 1 | -1/+0 | |
| * | | | | | | | | | mptcp: fix DSS map generation on fin retransmission | Paolo Abeni | 2020-07-08 | 1 | -3/+3 | |
| * | | | | | | | | | ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg | Sabrina Dubroca | 2020-07-08 | 1 | -0/+3 | |
| * | | | | | | | | | net: ethernet: fec: prevent tx starvation under high rx load | Tobias Waldekranz | 2020-07-08 | 2 | -68/+31 | |
| * | | | | | | | | | net: sky2: initialize return of gm_phy_read | Tom Rix | 2020-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | cgroup: fix cgroup_sk_alloc() for sk_clone_lock() | Cong Wang | 2020-07-07 | 4 | -16/+27 |