summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet2022-01-201-0/+1
* tcp: Add a stub for sk_defer_free_flush()Gal Pressman2022-01-201-0/+4
* phylib: fix potential use-after-freeMarek Behún2022-01-201-3/+3
* Merge branch 'stmmac-fixes'David S. Miller2022-01-201-16/+26
|\
| * net: stmmac: dwmac-visconti: Fix clock configuration for RMII modeYuji Ishikawa2022-01-201-11/+21
| * net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SELYuji Ishikawa2022-01-201-5/+5
|/
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-01-201-4/+4
* ethtool: Fix link extended state for big endianMoshe Tal2022-01-201-1/+1
* net: phy: broadcom: hook up soft_reset for BCM54616SRobert Hancock2022-01-201-0/+1
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-01-201-1/+1
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-203-1/+5
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2091-414/+1041
|\
| * Merge branch 'ipv4-avoid-pathological-hash-tables'Jakub Kicinski2022-01-191-33/+32
| |\
| | * ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet2022-01-191-14/+15
| | * ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-191-19/+17
| |/
| * Merge branch 'net-fsl-xgmac_mdio-add-workaround-for-erratum-a-009885'Jakub Kicinski2022-01-193-7/+32
| |\
| | * net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz2022-01-191-1/+2
| | * powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz2022-01-191-0/+2
| | * dt-bindings: net: Document fsl,erratum-a009885Tobias Waldekranz2022-01-191-0/+9
| | * net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz2022-01-191-6/+19
| |/
| * net: mscc: ocelot: fix using match before it is setTom Rix2022-01-191-7/+8
| * net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea2022-01-191-18/+18
| * net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel2022-01-193-7/+7
| * nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-191-0/+5
| * Merge branch 'axienet-fixes'David S. Miller2022-01-191-51/+84
| |\
| | * net: axienet: increase default TX ring size to 128Robert Hancock2022-01-191-1/+1
| | * net: axienet: fix for TX busy handlingRobert Hancock2022-01-191-39/+47
| | * net: axienet: fix number of TX ring slots for available checkRobert Hancock2022-01-191-2/+2
| | * net: axienet: Fix TX ring slot available checkRobert Hancock2022-01-191-2/+2
| | * net: axienet: limit minimum TX ring sizeRobert Hancock2022-01-191-1/+3
| | * net: axienet: add missing memory barriersRobert Hancock2022-01-191-1/+10
| | * net: axienet: reset core on initialization prior to MDIO accessRobert Hancock2022-01-191-0/+5
| | * net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock2022-01-191-0/+10
| | * net: axienet: increase reset timeoutRobert Hancock2022-01-191-10/+9
| |/
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-1812-64/+262
| |\
| | * bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann2022-01-194-2/+79
| | * bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann2022-01-191-0/+64
| | * bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-192-3/+12
| | * bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann2022-01-191-0/+6
| | * bpf: Generally fix helper register offset checkDaniel Borkmann2022-01-191-11/+28
| | * bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann2022-01-191-3/+6
| | * bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-193-13/+14
| | * bpf: Fix incorrect integer literal used for marking scratched stack.Christy Lee2022-01-111-3/+3
| | * bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen2022-01-112-0/+11
| | * bpf/selftests: convert xdp_link test to ASSERT_* macrosToke Høiland-Jørgensen2022-01-111-31/+25
| | * xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-111-0/+6
| | * bpf: Fix mount source show for bpffsYafang Shao2022-01-111-2/+12
| * | netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-181-1/+3
| * | net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)2022-01-171-4/+21
| * | Merge branch 'skb-leak-fixes'David S. Miller2022-01-172-0/+4
| |\ \