aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* random: clamp credited irq bits to maximum mixedJason A. Donenfeld2022-09-231-1/+1
* random: throttle hwrng writes if no entropy is creditedJason A. Donenfeld2022-09-231-2/+2
* random: use hwgenerator randomness more frequently at early bootDominik Brodowski2022-09-231-12/+10
* random: restore O_NONBLOCK supportJason A. Donenfeld2022-09-232-2/+7
* Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-2294-432/+1057
|\
| * selftests: forwarding: add shebang for sch_red.shHangbin Liu2022-09-221-0/+1
| * bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski2022-09-221-5/+5
| * net: marvell: Fix refcounting bugs in prestera_port_sfp_bind()Liang He2022-09-221-0/+2
| * net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua2022-09-221-0/+1
| * net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson2022-09-221-2/+2
| * udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye2022-09-221-1/+1
| * Merge branch 'bonding-fix-null-deref-in-bond_rr_gen_slave_id'Jakub Kicinski2022-09-223-10/+57
| |\
| | * selftests: bonding: cause oops in bond_rr_gen_slave_idJonathan Toppins2022-09-222-1/+51
| | * bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins2022-09-221-9/+6
| |/
| * net: phy: micrel: fix shared interrupt on LAN8814Michael Walle2022-09-221-6/+12
| * net/smc: Stop the CLC flow if no link to map buffers onWen Gu2022-09-221-1/+4
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-09-211-9/+14
| |\
| | * ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski2022-09-201-9/+12
| | * ice: config netdev tc before setting queues numberMichal Swiatkowski2022-09-201-0/+2
| * | ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba2022-09-211-1/+4
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-09-214-10/+53
| |\ \
| | * | i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron2022-09-191-6/+26
| | * | i40e: Fix VF set max MTU sizeMichal Jaron2022-09-191-0/+20
| | * | iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron2022-09-191-2/+5
| | * | iavf: Fix bad page stateNorbert Zulinski2022-09-191-2/+2
| * | | Merge tag 'linux-can-fixes-for-6.0-20220921' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-09-212-13/+18
| |\ \ \
| | * | | can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo...Marc Kleine-Budde2022-09-211-6/+11
| | * | | can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde2022-09-211-2/+2
| | * | | can: flexcan: flexcan_mailbox_read() fix return value for drop = trueMarc Kleine-Budde2022-09-211-5/+5
| * | | | net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie2022-09-211-3/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-09-214-16/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal2022-09-201-2/+4
| | * | | netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal2022-09-201-1/+3
| | * | | netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa2022-09-201-0/+1
| | * | | netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa2022-09-201-4/+3
| | * | | netfilter: conntrack: remove nf_conntrack_helper documentationPablo Neira Ayuso2022-09-201-9/+0
| * | | | net: sh_eth: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-201-0/+2
| * | | | net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-201-0/+2
| |/ / /
| * | / MAINTAINERS: Add myself as a reviewer for Qualcomm ETHQOS Ethernet driverBhupesh Sharma2022-09-201-0/+1
| | |/ | |/|
| * | Merge branch 'fixes-for-tc-taprio-software-mode'Jakub Kicinski2022-09-201-7/+11
| |\ \
| | * | net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean2022-09-201-3/+5
| | * | net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean2022-09-201-4/+6
| |/ /
| * | ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel2022-09-201-2/+2
| * | net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean2022-09-205-25/+34
| * | net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean2022-09-205-35/+44
| * | Merge branch 'wireguard-patches-for-6-0-rc6'Jakub Kicinski2022-09-203-22/+18
| |\ \
| | * | wireguard: netlink: avoid variable-sized memcpy on sockaddrJason A. Donenfeld2022-09-201-7/+6
| | * | wireguard: selftests: do not install headers on UMLJason A. Donenfeld2022-09-201-0/+2
| | * | wireguard: ratelimiter: disable timings test by defaultJason A. Donenfeld2022-09-201-15/+10
| |/ /
| * | sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet2022-09-201-1/+1