summaryrefslogtreecommitdiffstats
path: root/drivers/net/can (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-17net: fix typo in a commentXiang wangx1-1/+1
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau1-2/+14
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2-0/+32
2021-12-16bpf: Fix extable address check.Alexei Starovoitov1-7/+42
2021-12-16bpf: Fix extable fixup offset.Alexei Starovoitov1-1/+1
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann1-0/+23
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann1-9/+15
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann1-0/+4
2021-12-16arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()Lakshmi Ramasubramanian1-0/+1
2021-12-16afs: Fix mmapDavid Howells2-2/+4
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet1-1/+0
2021-12-16net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2-1/+5
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-12-16netfilter: ctnetlink: remove expired entries firstFlorian Westphal1-2/+3
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman1-1/+1
2021-12-16virtio_net: fix rx_drops stat for small pktsWenliang Wang1-6/+3
2021-12-16dsa: mv88e6xxx: fix debug print for SPEED_UNFORCEDAndrey Eremeev1-2/+2
2021-12-16sfc_ef100: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-16net: stmmac: dwmac-rk: fix oob read in rk_gmac_setupJohn Keeping1-1/+3
2021-12-16net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-16net/packet: rx_owner_map depends on pg_vecWillem de Bruijn1-2/+3
2021-12-16netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...Haimin Zhang1-0/+1
2021-12-16dpaa2-eth: fix ethtool statisticsIoana Ciornei2-1/+3
2021-12-16netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki2-2/+4
2021-12-15netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()Eric Dumazet1-2/+2
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-15dm integrity: fix data corruption due to improper use of bvec_kmap_localMike Snitzer1-1/+1
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach2-0/+20
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore1-11/+10
2021-12-15soc/tegra: fuse: Fix bitwise vs. logical OR warningNathan Chancellor2-2/+2
2021-12-15bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann1-2/+65
2021-12-15bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann1-1/+8
2021-12-15bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2-0/+117
2021-12-15bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann1-3/+9
2021-12-15mptcp: add missing documented NL paramsMatthieu Baerts1-8/+10
2021-12-15mptcp: fix deadlock in __mptcp_push_pending()Maxim Galaganov1-1/+1
2021-12-15mptcp: clear 'kern' flag from fallback socketsFlorian Westphal1-1/+3
2021-12-15mptcp: remove tcp ulp setsockopt supportFlorian Westphal1-1/+0
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski2-7/+10
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski1-1/+1
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi1-1/+1
2021-12-14xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson1-2/+2
2021-12-14selftests: mlxsw: Add a test case for MAC profiles consolidationDanielle Ratson1-0/+30
2021-12-14mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson1-1/+2
2021-12-14rds: memory leak in __rds_conn_create()Hangyu Hua1-0/+1
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng1-0/+1
2021-12-14net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong2-13/+90