summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | ipv6: tcp: send consistent autoflowlabel in SYN_RECV stateEric Dumazet2022-09-021-12/+14
* | | selftests: net: dsa: symlink the tc_actions.sh testVladimir Oltean2022-09-023-1/+4
* | | netdevsim: remove redundant variable retJinpeng Cui2022-09-021-3/+2
* | | net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang2022-09-021-4/+2
* | | net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao2022-09-021-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-01331-1422/+2536
|\ \ \
| * \ \ Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-0170-249/+478
| |\ \ \
| | * | | net/smc: Remove redundant refcount increaseYacan Liu2022-09-011-1/+0
| | * | | Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-09-011-3/+1
| | * | | Merge branch 'tcp-tcp-challenge-ack-fixes'Jakub Kicinski2022-09-014-13/+21
| | |\ \ \
| | | * | | tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-09-014-13/+21
| | | * | | tcp: annotate data-race around challenge_timestampEric Dumazet2022-09-011-2/+2
| | |/ / /
| | * | | net: dsa: hellcreek: Print warning only onceKurt Kanzenbach2022-09-011-1/+1
| | * | | ip: fix triggering of 'icmp redirect'Nicolas Dichtel2022-09-011-2/+2
| | * | | sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-08-311-1/+3
| | * | | selftests: net: sort .gitignore fileAxel Rasmussen2022-08-311-25/+25
| | * | | Documentation: networking: correct possessive "its"Randy Dunlap2022-08-315-5/+5
| | * | | kcm: fix strp_init() order and cleanupCong Wang2022-08-311-8/+7
| | * | | mlxbf_gige: compute MDIO period based on i1clkDavid Thompson2022-08-313-18/+110
| | * | | ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou2022-08-311-1/+1
| | * | | net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter2022-08-311-1/+4
| | * | | nfp: fix the access to management firmware hangingGao Xiao2022-08-311-0/+1
| | * | | Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2022-08-314-3/+5
| | |\ \ \
| | | * | | ieee802154: cc2520: add rc code in cc2520_tx()Li Qiong2022-08-291-0/+1
| | | * | | net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-08-291-1/+1
| | | * | | net/ieee802154: fix repeated words in commentsJilin Yuan2022-08-231-1/+1
| | | * | | ieee802154/adf7242: defer destroy_workqueue callLin Ma2022-08-231-1/+2
| | * | | | net: phy: micrel: Make the GPIO to be non-exclusiveHoratiu Vultur2022-08-311-1/+7
| | * | | | net: virtio_net: fix notification coalescing commentsAlvaro Karsz2022-08-311-7/+7
| | * | | | net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai2022-08-301-15/+16
| | * | | | net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao2022-08-301-1/+3
| | * | | | Merge branch 'u64_stats-fixups'David S. Miller2022-08-2912-50/+51
| | |\ \ \ \
| | | * | | | net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-2911-48/+48
| | | * | | | net: dsa: xrs700x: Use irqsave variant for u64 stats updateSebastian Andrzej Siewior2022-08-291-2/+3
| | |/ / / /
| | * | | | r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2022-08-272-0/+10
| | * | | | nfp: flower: fix ingress police using matchall filterTianyu Yuan2022-08-271-2/+3
| | * | | | openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko2022-08-271-1/+3
| | * | | | net: smsc911x: Stop and start PHY during suspend and resumeFlorian Fainelli2022-08-271-0/+6
| | * | | | tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng2022-08-271-2/+6
| | * | | | net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson2022-08-271-0/+2
| | * | | | Merge tag 'for-net-2022-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-08-276-61/+105
| | |\ \ \ \
| | | * | | | Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang2022-08-261-2/+4
| | | * | | | Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-3/+3
| | | * | | | Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka2022-08-261-1/+1
| | | * | | | Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz2022-08-261-10/+25
| | | * | | | Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa2022-08-261-1/+0
| | | * | | | Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz2022-08-261-29/+42
| | | * | | | Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-08-261-5/+5
| | | * | | | Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz2022-08-261-10/+14
| | | * | | | Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede2022-08-261-0/+11