summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-11net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-11net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler1-1/+5
2022-05-11net: atlantic: reduce scope of is_rsc_completeGrant Grundler1-7/+6
2022-05-11net: atlantic: fix "frag[0] not initialized"Grant Grundler1-2/+1
2022-05-11net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang1-3/+1
2022-05-11net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing1-3/+2
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook3-5/+6
2022-05-10net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann1-2/+2
2022-05-10Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...Jakub Kicinski1-0/+11
2022-05-10net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean1-0/+1
2022-05-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-28/+78
2022-05-10net: phy: Fix race condition on link status changeFrancesco Dolcini1-1/+6
2022-05-10dim: initialize all struct fieldsJesse Brandeburg1-22/+22
2022-05-10ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon1-1/+1
2022-05-10ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-10ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-05-09selftests net: add UDP GRO fraglist + bpf self-testsLina Wang4-0/+403
2022-05-09net: fix wrong network header lengthLina Wang1-1/+3
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo3-2/+20
2022-05-07net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook1-5/+5
2022-05-07netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet1-1/+0
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-05-06ice: fix PTP stale Tx timestamps cleanupMichal Michalik1-2/+8
2022-05-06ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko1-18/+50
2022-05-06ice: Fix race during aux device (un)pluggingIvan Vecera3-8/+20
2022-05-06Merge branch 'ocelot-vcap-fixes'Jakub Kicinski5-16/+22
2022-05-06net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean1-0/+4
2022-05-06net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean1-2/+3
2022-05-06net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean1-1/+0
2022-05-06net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean1-0/+4
2022-05-06net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean4-13/+11
2022-05-06MAINTAINERS: add missing files for bonding definitionJonathan Toppins1-1/+2
2022-05-06net: Fix features skip in for_each_netdev_feature()Tariq Toukan1-2/+2
2022-05-06Merge branch 'vrf-fix-address-binding-with-icmp-socket'Jakub Kicinski2-1/+23
2022-05-06selftests: add ping test with ping_group_range tunedNicolas Dichtel1-0/+12
2022-05-06ping: fix address binding wrt vrfNicolas Dichtel1-1/+11
2022-05-06net: phy: micrel: Pass .probe for KS8737Fabio Estevam1-0/+1
2022-05-06net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam1-2/+2
2022-05-06net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa4-6/+18
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds76-386/+724
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-05selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean1-1/+1
2022-05-05Merge branch 'insufficient-tcp-source-port-randomness'Jakub Kicinski5-25/+43
2022-05-05tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-05-05tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-05-05tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+10
2022-05-05tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-05-05tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-05tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1
2022-05-05secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau5-11/+13