summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: usb: log errors to dmesg/syslogGrant Grundler2021-03-081-1/+1
| * | net: usb: cdc_ncm: emit dev_err on error pathsGrant Grundler2021-03-081-5/+5
| * | net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury2021-03-081-4/+4
| * | net: dsa: bcm_sf2: simplify optional reset handlingPhilipp Zabel2021-03-081-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-078-17/+145
| |\ \
| | * | netfilter: nftables: bogus check for netlink portID with table ownerPablo Neira Ayuso2021-03-041-4/+3
| | * | netfilter: nftables: fix possible double hook unregistration with table ownerPablo Neira Ayuso2021-03-041-1/+5
| | * | netfilter: nftables: disallow updates on table ownershipPablo Neira Ayuso2021-03-021-0/+6
| | * | netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin2021-02-281-2/+4
| | * | selftests: netfilter: test nat port clash resolution interaction with tcp ear...Florian Westphal2021-02-282-1/+100
| | * | netfilter: conntrack: avoid misleading 'invalid' in log messageFlorian Westphal2021-02-281-2/+4
| | * | netfilter: nf_nat: undo erroneous tcp edemux lookupFlorian Westphal2021-02-281-4/+21
| | * | netfilter: conntrack: Remove a double space in a log messageKlemen Košir2021-02-281-2/+1
| | * | uapi: nfnetlink_cthelper.h: fix userspace compilation errorDmitry V. Levin2021-02-281-1/+1
| * | | ethernet: alx: fix order of calls on resumeJakub Kicinski2021-03-061-2/+5
| * | | lan743x: trim all 4 bytes of the FCS; not just 2George McCollister2021-03-051-1/+1
| * | | gianfar: fix jumbo packets+napi+rx overrun crashMichael Braun2021-03-051-0/+15
| * | | sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov2021-03-051-2/+0
| * | | net/hamradio/6pack: remove redundant check in sp_encaps()Denis Efremov2021-03-051-5/+0
| * | | r8169: fix r8168fp_adjust_ocp_cmd functionHayes Wang2021-03-051-1/+1
| * | | selftest/net/ipsec.c: Remove unneeded semicolonXu Wang2021-03-051-1/+1
| * | | ibmvnic: remove excessive irqsaveJunlin Yang2021-03-051-2/+2
| * | | CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov2021-03-051-1/+1
| * | | stmmac: intel: Fixes clock registration error seen for multiple interfacesWong Vee Khee2021-03-051-1/+4
| * | | net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong2021-03-051-3/+6
| * | | net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai2021-03-051-1/+2
| * | | net: tehuti: fix error return code in bdx_probe()Jia-Ju Bai2021-03-051-0/+1
| * | | net/mlx4_en: update moderation when config resetKevin(Yudong) Yang2021-03-053-1/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-059-40/+128
| |\ \ \
| | * | | bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-054-1/+72
| | * | | bpf: Account for BPF_FETCH in insn_has_def32()Ilya Leoshkevich2021-03-041-31/+39
| | * | | libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski2021-03-041-2/+3
| | * | | samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski2021-03-041-0/+2
| | * | | xsk: Remove dangling function declaration from header fileMaciej Fijalkowski2021-03-041-2/+0
| | * | | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta2021-03-021-1/+2
| | * | | selftests/bpf: Use the last page in test_snprintf_btf on s390Ilya Leoshkevich2021-03-021-3/+10
| * | | | cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-053-19/+9
| * | | | ibmvnic: always store valid MAC addressJiri Wiesner2021-03-041-3/+2
| * | | | netdevsim: init u64 stats for 32bit hardwareHillf Danton2021-03-041-0/+1
| * | | | Merge branch 'mptcp-fixes'David S. Miller2021-03-042-67/+112
| |\ \ \ \
| | * | | | mptcp: free resources when the port number is mismatchedGeliang Tang2021-03-041-6/+7
| | * | | | mptcp: fix missing wakeupPaolo Abeni2021-03-041-2/+8
| | * | | | mptcp: fix race in release_cbPaolo Abeni2021-03-041-12/+21
| | * | | | mptcp: factor out __mptcp_retrans helper()Paolo Abeni2021-03-041-43/+50
| | * | | | mptcp: reset 'first' and ack_hint on subflow closeFlorian Westphal2021-03-041-0/+9
| | * | | | mptcp: dispose initial struct socket when its subflow is closedFlorian Westphal2021-03-041-6/+12
| | * | | | mptcp: fix memory accounting on allocation errorPaolo Abeni2021-03-041-0/+1
| | * | | | mptcp: put subflow sock on connect errorFlorian Westphal2021-03-041-0/+1
| | * | | | mptcp: reset last_snd on subflow closeFlorian Westphal2021-03-041-0/+5
| |/ / / /
| * | | | net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-041-4/+4