summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-12net: samsung: sxgbe: Make sxgbe_drv_remove() return voidUwe Kleine-König3-6/+5
2023-05-12net: enc28j60: Use threaded interrupt instead of workqueuePhilipp Rosenberger1-22/+6
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski707-148736/+172189
2023-05-11Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds49-112/+361
2023-05-11Merge tag 'media/v6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-11/+19
2023-05-11Merge branch 'net-mvneta-reduce-size-of-tso-header-allocation'Paolo Abeni1-51/+115
2023-05-11net: mvneta: allocate TSO header DMA memory in chunksRussell King (Oracle)1-18/+70
2023-05-11net: mvneta: move tso_build_hdr() into mvneta_tso_put_hdr()Russell King (Oracle)1-11/+11
2023-05-11net: mvneta: use buf->type to determine whether to dma-unmapRussell King (Oracle)1-7/+4
2023-05-11net: mvneta: mark mapped and tso buffers separatelyRussell King (Oracle)1-2/+4
2023-05-11net: mvneta: fix transmit path dma-unmapping on errorRussell King (Oracle)1-20/+33
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley5-7/+39
2023-05-11net: wwan: iosm: clean up unused struct membersM Chetan Kumar2-6/+0
2023-05-11net: wwan: iosm: remove unused enum definitionM Chetan Kumar1-11/+0
2023-05-11net: wwan: iosm: remove unused macro definitionM Chetan Kumar1-2/+0
2023-05-11Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski4-12/+151
2023-05-11Merge branch 'af_unix-fix-two-data-races-reported-by-kcsan'Jakub Kicinski1-9/+13
2023-05-11af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-11af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2023-05-11net: datagram: fix data-races in datagram_poll()Eric Dumazet1-5/+10
2023-05-11MAINTAINERS: re-sort all entries and fieldsLinus Torvalds1-1117/+1117
2023-05-11Merge tag 'fsnotify_for_v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2023-05-11Merge tag 'gfs2-v6.3-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-0/+8
2023-05-10gfs2: Don't deref jdesc in evictBob Peterson1-0/+8
2023-05-10Merge tag 'platform-drivers-x86-v6.4-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-8/+76
2023-05-10net: mscc: ocelot: fix stat counter register valuesColin Foster1-9/+9
2023-05-10sctp: fix a potential OOB access in sctp_sched_set_sched()Ilia.Gavrilov1-4/+5
2023-05-10net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych1-10/+5
2023-05-10macsec: Use helper macsec_netdev_priv for offload driversSubbaraya Sundeep4-48/+49
2023-05-10ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng1-0/+6
2023-05-10docs: networking: fix x25-iface.rst heading & index orderRandy Dunlap2-3/+2
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao1-13/+0
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet5-8/+23
2023-05-10net: pcs: xpcs: fix incorrect number of interfacesRussell King (Oracle)1-1/+1
2023-05-10selftests: bonding: delete unnecessary lineLiang Li1-1/+0
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet8-19/+22
2023-05-10net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet1-1/+1
2023-05-10net: veth: make PAGE_POOL_STATS optionalLorenzo Bianconi2-8/+17
2023-05-10Merge branch 'lan966x-es0-vcap'David S. Miller7-30/+485
2023-05-10net: lan966x: Add TC support for ES0 VCAPHoratiu Vultur1-0/+61
2023-05-10net: lan966x: Add ES0 VCAP keyset configuration for lan966xHoratiu Vultur4-0/+123
2023-05-10net: lan966x: Add ES0 VCAP modelHoratiu Vultur2-30/+301
2023-05-10netlink: annotate accesses to nlk->cb_runningEric Dumazet1-4/+4
2023-05-10Merge branch 'bonding-overflow'David S. Miller7-8/+73
2023-05-10kselftest: bonding: add num_grat_arp testHangbin Liu2-0/+52
2023-05-10selftests: forwarding: lib: add netns support for tc rule handle stats getHangbin Liu1-1/+2
2023-05-10Documentation: bonding: fix the doc of peer_notif_delayHangbin Liu1-4/+5
2023-05-10bonding: fix send_peer_notif overflowHangbin Liu3-3/+14
2023-05-10net: ethernet: mtk_eth_soc: fix NULL pointer dereferenceDaniel Golle1-1/+1