summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-14net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze1-2/+2
2021-01-13can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer checkQinglang Miao1-1/+1
2021-01-13can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp1-0/+1
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2021-01-13rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2021-01-13net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce3-10/+16
2021-01-13smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2021-01-13mptcp: better msk-level shutdown.Paolo Abeni1-45/+17
2021-01-13mptcp: more strict state checking for acksPaolo Abeni1-1/+1
2021-01-13bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.Pavan Chebbi1-1/+2
2021-01-13bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan1-2/+6
2021-01-13r8153_ecm: Add Lenovo Powered USB-C Hub as a fallback of r8152Leon Schuermann1-0/+8
2021-01-13r8152: Add Lenovo Powered USB-C Travel HubLeon Schuermann2-0/+8
2021-01-13net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean1-0/+4
2021-01-13net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean1-0/+10
2021-01-13net: phy: smsc: fix clk error handlingMarco Felsch1-1/+2
2021-01-13net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata1-1/+1
2021-01-12esp: avoid unneeded kmap_atomic callWillem de Bruijn2-12/+2
2021-01-12net: compound page support in skb_seq_readWillem de Bruijn2-5/+24
2021-01-12net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn1-1/+1
2021-01-12rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin1-1/+1
2021-01-12net: mvpp2: Remove Pause and Asym_Pause supportStefan Chulski1-2/+0
2021-01-12dt-bindings: net: dwmac: fix queue priority documentationSeb Laveze1-2/+6
2021-01-11netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu1-0/+1
2021-01-10netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer1-0/+3
2021-01-10selftests: netfilter: Pass family parameter "-f" to conntrack toolChen Yi1-3/+9
2021-01-10dt-bindings: net: renesas,etheravb: RZ/G2H needs tx-internal-delay-psGeert Uytterhoeven1-0/+1
2021-01-10mlxsw: core: Increase critical threshold for ASIC thermal zoneVadim Pasternak1-1/+1
2021-01-10mlxsw: core: Add validation of transceiver temperature thresholdsVadim Pasternak1-4/+7
2021-01-09tipc: fix NULL deref in tipc_link_xmit()Hoang Le1-2/+7
2021-01-09selftests/tls: fix selftests after adding ChaCha20-Poly1305Vadim Fedorenko1-2/+2
2021-01-09net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-09netxen_nic: fix MSI/MSI-x interruptsManish Chopra1-6/+1
2021-01-09net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-09net: make free_netdev() more lenient with unregistering devicesJakub Kicinski3-20/+18
2021-01-09docs: net: explain struct net_device lifetimeJakub Kicinski2-7/+166
2021-01-09ppp: fix refcount underflow on channel unbridgeTom Parkin1-3/+9
2021-01-09udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers1-1/+1
2021-01-09net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-09net: ipa: modem: add missing SET_NETDEV_DEV() for proper sysfs linksStephan Gerhold1-0/+1
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds1-3/+11
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek5-30/+18
2021-01-08net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski1-3/+4
2021-01-08s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2021-01-08s390/qeth: fix locking for discipline setup / removalJulian Wiedmann3-10/+7
2021-01-08s390/qeth: fix deadlock during recoveryJulian Wiedmann4-18/+34
2021-01-08selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel1-1/+1
2021-01-08nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-08nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-08nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1