summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko-10/+16
2024-02-14selftests: tls: increase the wait in poll_partial_rec_asyncJakub Kicinski-2/+2
2024-02-14ice: Add check for lport extraction to LAG initDave Ertman-2/+26
2024-02-14Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-19/+80
2024-02-14ethernet: cpts: fix function pointer cast warningsArnd Bergmann-5/+12
2024-02-14bnad: fix work_queue type mismatchArnd Bergmann-7/+5
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov-0/+1
2024-02-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller-15/+11
2024-02-14octeontx2-af: Remove the PF_FUNC validation for NPC transmit rulesSubbaraya Sundeep-32/+0
2024-02-13Merge branch 'selftests-net-more-pmtu-sh-fixes'Jakub Kicinski-6/+9
2024-02-13selftests: net: more pmtu.sh fixesPaolo Abeni-2/+2
2024-02-13selftests: net: more strict check in net_helperPaolo Abeni-4/+7
2024-02-13selftests: net: cope with slow env in so_txtime.sh testPaolo Abeni-4/+25
2024-02-13selftests: net: cope with slow env in gro.sh testPaolo Abeni-0/+5
2024-02-13net: ti: icssg-prueth: add dependency for PTPRandy Dunlap-0/+1
2024-02-13af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima-3/+4
2024-02-13connector/cn_proc: revert "connector: Fix proc_event_num_listeners count not ...Keqi Wang-3/+2
2024-02-13net:rds: Fix possible deadlock in rds_message_putAllison Henderson-2/+11
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet-7/+10
2024-02-12pds_core: no health-thread in VF pathShannon Nelson-0/+6
2024-02-12ionic: minimal work with 0 budgetShannon Nelson-0/+9
2024-02-12net: stmmac: xgmac: use #define for string constantsSimon Horman-34/+35
2024-02-12i40e: take into account XDP Tx queues when stopping ringsMaciej Fijalkowski-6/+8
2024-02-12i40e: avoid double calling i40e_pf_rxq_wait()Maciej Fijalkowski-9/+3
2024-02-12i40e: Fix wrong mask used during DCB configIvan Vecera-1/+1
2024-02-12i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera-1/+1
2024-02-12selftests: net: ip_local_port_range: define IPPROTO_MPTCPMaxim Galaganov-0/+4
2024-02-12i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera-5/+33
2024-02-12net: sysfs: Fix /sys/class/net/<iface> path for statisticsBreno Leitao-24/+24
2024-02-12Merge branch 'mptcp-misc-fixes'David S. Miller-62/+95
2024-02-12MAINTAINERS: update Geliang's email addressGeliang Tang-5/+6
2024-02-12mptcp: really cope with fastopen racePaolo Abeni-1/+2
2024-02-12mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang-1/+12
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni-39/+50
2024-02-12mptcp: fix more tx path fields initializationPaolo Abeni-6/+13
2024-02-12mptcp: fix rcv space initializationPaolo Abeni-7/+10
2024-02-12mptcp: drop the push_pending fieldPaolo Abeni-7/+6
2024-02-12Merge branch 'net-misplaced-fields'David S. Miller-14/+16
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet-8/+9
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet-3/+3
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet-3/+4
2024-02-10Merge branch 'tls-fixes'David S. Miller-82/+66
2024-02-10net: tls: fix returned read length with async decryptJakub Kicinski-1/+0
2024-02-10selftests: tls: use exact comparison in recv_partialJakub Kicinski-4/+4
2024-02-10net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca-2/+3
2024-02-10net: tls: handle backlogging of crypto requestsJakub Kicinski-0/+22
2024-02-10tls: fix race between tx work scheduling and socket closeJakub Kicinski-10/+6
2024-02-10tls: fix race between async notify and socket closeJakub Kicinski-38/+10
2024-02-10net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski-51/+45
2024-02-09Merge branch 'net-fix-module_description-for-net-p5'Jakub Kicinski-0/+29