summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet2024-02-181-4/+17
|/
* net: stmmac: Fix incorrect dereference in interrupt handlersPavel Sakharov2024-02-171-20/+0
* net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski2024-02-161-12/+10
* net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski2024-02-162-12/+5
* net: ethernet: adi: requires PHYLIB supportRandy Dunlap2024-02-161-0/+1
* dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima2024-02-161-1/+24
* Merge branch 'bridge-mdb-events'David S. Miller2024-02-163-28/+132
|\
| * net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz2024-02-161-0/+10
| * net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz2024-02-163-28/+122
|/
* net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev2024-02-161-2/+2
* Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-15129-489/+817
|\
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-02-153-23/+20
| |\
| | * igc: Remove temporary workaroundSasha Neftin2024-02-141-5/+1
| | * igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan2024-02-142-18/+19
| * | Merge branch 'fix-module_description-for-net-p6'Jakub Kicinski2024-02-1520-0/+20
| |\ \
| | * | net: fill in MODULE_DESCRIPTION()s for missing arcnetBreno Leitao2024-02-1510-0/+10
| | * | net: fill in MODULE_DESCRIPTION()s for mdio_devresBreno Leitao2024-02-151-0/+1
| | * | net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao2024-02-155-0/+5
| | * | net: fill in MODULE_DESCRIPTION()s for fddik/skfpBreno Leitao2024-02-151-0/+1
| | * | net: fill in MODULE_DESCRIPTION()s for plipBreno Leitao2024-02-151-0/+1
| | * | net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelbBreno Leitao2024-02-151-0/+1
| | * | net: fill in MODULE_DESCRIPTION()s for xen-netbackBreno Leitao2024-02-151-0/+1
| |/ /
| * | net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker2024-02-151-13/+9
| * | pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia2024-02-151-14/+9
| * | net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov2024-02-151-4/+10
| * | net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli2024-02-151-0/+3
| * | Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-153-3/+7
| |\ \
| | * | netfilter: nf_tables: fix bidirectional offload regressionFelix Fietkau2024-02-151-0/+1
| | * | netfilter: nat: restore default DNAT behaviorKyle Swenson2024-02-151-1/+4
| | * | netfilter: nft_set_pipapo: fix missing : in kdocPablo Neira Ayuso2024-02-151-2/+2
| | |/
| * | Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni2024-02-154-19/+34
| |\ \
| | * | can: netlink: Fix TDCO calculation using the old data bittimingMaxime Jayat2024-02-141-1/+1
| | * | 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