summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-09vmxnet3: fix minimum vectors alloc issueRonak Doshi1-6/+7
2021-12-09net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski11-32/+82
2021-12-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski9-47/+74
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski29-80/+659
2021-12-09net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"Russell King (Oracle)1-8/+13
2021-12-08ice: safer stats processingJesse Brandeburg1-11/+18
2021-12-08bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy1-16/+584
2021-12-08net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2-1/+4
2021-12-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-38/+91
2021-12-08Merge branch 'net-phy-fix-doc-build-warning'Jakub Kicinski2-5/+7
2021-12-08net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si1-0/+1
2021-12-08net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si1-5/+6
2021-12-08gve: fix for null pointer dereference.Ameer Hamza1-0/+3
2021-12-08MAINTAINERS: net: mlxsw: Remove Jiri as a maintainer, add myselfPetr Machata1-1/+1
2021-12-08Merge branch 'net-tls-cover-all-ciphers-with-tests'Jakub Kicinski1-0/+36
2021-12-08selftests: tls: add missing AES256-GCM cipherVadim Fedorenko1-0/+18
2021-12-08selftests: tls: add missing AES-CCM cipher testsVadim Fedorenko1-0/+18
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet4-9/+9
2021-12-08selftests: netfilter: switch zone stress to socatFlorian Westphal1-6/+13
2021-12-08netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso1-4/+7
2021-12-08selftests: netfilter: Add correctness test for mac,net set typeStefano Brivio1-3/+21
2021-12-08nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio1-1/+1
2021-12-08vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel2-8/+30
2021-12-08ice: fix adding different tunnelsMichal Swiatkowski6-13/+25
2021-12-08ice: fix choosing UDP header typeMichal Swiatkowski1-17/+10
2021-12-08ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-08ice: Fix problems with DSCP QoS implementationDave Ertman1-6/+12
2021-12-08ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt1-0/+4
2021-12-08ice: fix FDIR init missing when reset VFYahui Cao1-0/+2
2021-12-07net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter1-10/+9
2021-12-07Merge tag 'linux-can-fixes-for-5.16-20211207' of git://git.kernel.org/pub/scm...Jakub Kicinski5-23/+93
2021-12-07can: m_can: pci: use custom bit timings for Elkhart LakeMatthias Schiffer1-4/+44
2021-12-07can: m_can: make custom bittiming fields constMatthias Schiffer1-2/+2
2021-12-07Revert "can: m_can: remove support for custom bit timing"Matthias Schiffer2-6/+21
2021-12-07can: m_can: pci: fix incorrect reference clock rateMatthias Schiffer1-1/+1
2021-12-07can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()Matthias Schiffer1-2/+12
2021-12-07can: m_can: m_can_read_fifo: fix memory leak in error branchVincent Mailhol1-1/+3
2021-12-07can: m_can: Disable and ignore ELO interruptBrian Silverman1-8/+6
2021-12-07can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter1-1/+6
2021-12-07can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol1-1/+1
2021-12-07devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet1-8/+8
2021-12-07ethtool: do not perform operations on net devices being unregisteredAntoine Tenart1-1/+2
2021-12-06i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski1-0/+8
2021-12-06i40e: Fix pre-set max number of queues for VFMateusz Palczewski1-5/+0
2021-12-06i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2-22/+50
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski1-11/+32
2021-12-04net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones1-0/+2
2021-12-04qede: validate non LSO skb lengthManish Chopra1-0/+7
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2-17/+17