summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2024-02-142-4/+19
| | | * | | can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao2024-02-143-14/+14
| | * | | | net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2024-02-152-10/+16
| | * | | | selftests: tls: increase the wait in poll_partial_rec_asyncJakub Kicinski2024-02-141-2/+2
| | * | | | ice: Add check for lport extraction to LAG initDave Ertman2024-02-142-2/+26
| | * | | | Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-146-19/+80
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | wifi: iwlwifi: mvm: fix a crash when we run out of stationsEmmanuel Grumbach2024-02-082-0/+7
| | | * | | wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()Dan Carpenter2024-02-081-0/+3
| | | * | | wifi: iwlwifi: Fix some error codesDan Carpenter2024-02-081-6/+6
| | | * | | wifi: iwlwifi: clear link_id in time_eventMiri Korenblit2024-02-081-1/+2
| | | * | | wifi: iwlwifi: mvm: use correct address 3 in A-MSDUDaniel Gabay2024-02-081-10/+59
| | | * | | wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg2024-02-081-2/+3
| | * | | | ethernet: cpts: fix function pointer cast warningsArnd Bergmann2024-02-141-5/+12
| | * | | | bnad: fix work_queue type mismatchArnd Bergmann2024-02-141-7/+5
| | * | | | net: smc: fix spurious error message from __sock_release()Dmitry Antipov2024-02-141-0/+1
| | * | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2024-02-142-15/+11
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | i40e: take into account XDP Tx queues when stopping ringsMaciej Fijalkowski2024-02-121-6/+8
| | | * | | i40e: avoid double calling i40e_pf_rxq_wait()Maciej Fijalkowski2024-02-121-9/+3
| | | * | | i40e: Fix wrong mask used during DCB configIvan Vecera2024-02-121-1/+1
| | | * | | i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera2024-02-121-1/+1
| | * | | | octeontx2-af: Remove the PF_FUNC validation for NPC transmit rulesSubbaraya Sundeep2024-02-141-32/+0
| | * | | | Merge branch 'selftests-net-more-pmtu-sh-fixes'Jakub Kicinski2024-02-132-6/+9
| | |\ \ \ \
| | | * | | | selftests: net: more pmtu.sh fixesPaolo Abeni2024-02-131-2/+2
| | | * | | | selftests: net: more strict check in net_helperPaolo Abeni2024-02-131-4/+7
| | |/ / / /
| | * | | | selftests: net: cope with slow env in so_txtime.sh testPaolo Abeni2024-02-131-4/+25
| | * | | | selftests: net: cope with slow env in gro.sh testPaolo Abeni2024-02-131-0/+5
| | * | | | net: ti: icssg-prueth: add dependency for PTPRandy Dunlap2024-02-131-0/+1
| | * | | | af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima2024-02-131-3/+4
| | * | | | connector/cn_proc: revert "connector: Fix proc_event_num_listeners count not ...Keqi Wang2024-02-131-3/+2
| | * | | | net:rds: Fix possible deadlock in rds_message_putAllison Henderson2024-02-131-2/+11
| | * | | | net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2024-02-122-7/+10
| | * | | | pds_core: no health-thread in VF pathShannon Nelson2024-02-121-0/+6
| | * | | | ionic: minimal work with 0 budgetShannon Nelson2024-02-121-0/+9
| | * | | | net: stmmac: xgmac: use #define for string constantsSimon Horman2024-02-121-34/+35
| | * | | | selftests: net: ip_local_port_range: define IPPROTO_MPTCPMaxim Galaganov2024-02-121-0/+4
| | * | | | i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera2024-02-121-5/+33
| | |/ / /
| | * | | net: sysfs: Fix /sys/class/net/<iface> path for statisticsBreno Leitao2024-02-121-24/+24
| | * | | Merge branch 'mptcp-misc-fixes'David S. Miller2024-02-128-62/+95
| | |\ \ \
| | | * | | MAINTAINERS: update Geliang's email addressGeliang Tang2024-02-122-5/+6
| | | * | | mptcp: really cope with fastopen racePaolo Abeni2024-02-121-1/+2
| | | * | | mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang2024-02-121-1/+12
| | | * | | mptcp: corner case locking for rx path fields initializationPaolo Abeni2024-02-125-39/+50
| | | * | | mptcp: fix more tx path fields initializationPaolo Abeni2024-02-122-6/+13
| | | * | | mptcp: fix rcv space initializationPaolo Abeni2024-02-123-7/+10
| | | * | | mptcp: drop the push_pending fieldPaolo Abeni2024-02-122-7/+6
| | |/ / /
| | * | | Merge branch 'net-misplaced-fields'David S. Miller2024-02-126-14/+16
| | |\ \ \
| | | * | | net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-123-8/+9
| | | * | | tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet2024-02-122-3/+3
| | | * | | tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet2024-02-123-3/+4
| | |/ / /
| | * | | Merge branch 'tls-fixes'David S. Miller2024-02-103-82/+66
| | |\ \ \