]> Git Repo - linux.git/history - net
net: make napi_disable() symmetric with enable
[linux.git] / net /
2021-09-27 Jakub Kicinskinet: make napi_disable() symmetric with enable
2021-09-25 David S. MillerMerge branch 'mptcp-fixes'
2021-09-25 Florian Westphalmptcp: re-arm retransmit timer if data is pending
2021-09-25 Florian Westphalmptcp: remove tx_pending_data
2021-09-25 Paolo Abenimptcp: use lockdep_assert_held_once() instead of open...
2021-09-25 Geliang Tangmptcp: use OPTIONS_MPTCP_MPC
2021-09-25 Florian Westphalmptcp: do not shrink snd_nxt when recovering
2021-09-24 Jiasheng Jiangrxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
2021-09-24 Yuchung Chengtcp: tracking packets with CE marks in BW rate sample
2021-09-24 David S. MillerMerge branch 'devlink-fixes'
2021-09-24 Leon Romanovskydevlink: Remove single line function obfuscations
2021-09-24 Leon Romanovskydevlink: Delete not used port parameters APIs
2021-09-23 Jakub KicinskiMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2021-09-23 Linus TorvaldsMerge tag 'net-5.15-rc3' of git://git.kernel.org/pub...
2021-09-23 David S. MillerMerge branch 'remove-sk-skb-caches'
2021-09-23 Eric Dumazettcp: remove sk_{tr}x_skb_cache
2021-09-23 Paolo Abenitcp: make tcp_build_frag() static
2021-09-23 Paolo Abenimptcp: stop relying on tcp_tx_skb_cache
2021-09-23 Paolo Abenitcp: expose the tcp_mark_push() and tcp_skb_entail...
2021-09-23 Paolo Abenimptcp: ensure tx skbs always have the MPTCP ext
2021-09-23 David S. MillerMerge branch 'ja1105-deps'
2021-09-23 Vladimir Olteannet: dsa: sja1105: break dependency between dsa_port_is...
2021-09-23 Vladimir Olteannet: dsa: move sja1110_process_meta_tstamp inside the...
2021-09-23 Ido Schimmelnexthop: Fix memory leaks in nexthop notification chain...
2021-09-22 Linus TorvaldsMerge tag 'spi-fix-v5.15-rc1' of git://git.kernel.org...
2021-09-22 Linus TorvaldsMerge tag 'nfsd-5.15-2' of git://git.kernel.org/pub...
2021-09-22 Linus TorvaldsMerge tag 'platform-drivers-x86-v5.15-2' of git://git...
2021-09-22 Paolo Abenimptcp: ensure tx skbs always have the MPTCP ext
2021-09-22 Li RongQingskbuff: pass the result of data ksize to __build_skb_around
2021-09-22 Leon Romanovskydevlink: Make devlink_register to be void
2021-09-21 Linus TorvaldsMerge tag 's390-5.15-ebpf-jit-fixes' of git://git.kerne...
2021-09-21 David S. MillerMerge branch 'dsa-devres'
2021-09-21 Vladimir Olteannet: dsa: don't allocate the slave_mii_bus using devres
2021-09-21 Mianhan Liunet/ipv4/sysctl_net_ipv4.c: remove superfluous header...
2021-09-21 Vladimir Olteannet: dsa: fix dsa_tree_setup error path
2021-09-21 David S. MillerMerge branch 'smc-fixes'
2021-09-21 Karsten Graulnet/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
2021-09-21 Karsten Graulnet/smc: add missing error check in smc_clc_prfx_set()
2021-09-21 Mianhan Liunet/ipv4/syncookies.c: remove superfluous header files...
2021-09-21 Mianhan Liunet/ipv4/udp_tunnel_core.c: remove superfluous header...
2021-09-20 Linus TorvaldsMerge tag 'afs-fixes-20210913' of git://git.kernel...
2021-09-20 Linus TorvaldsMerge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbd
2021-09-20 Linus TorvaldsMerge tag '5.15-rc1-smb3' of git://git.samba.org/sfrenc...
2021-09-20 Linus TorvaldsMerge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org...
2021-09-20 Linus TorvaldsMerge tag 'regulator-fix-v5.15-rc2' of git://git.kernel...
2021-09-20 Mianhan Liunet/ipv4/tcp_minisocks.c: remove superfluous header...
2021-09-20 Mianhan Liunet/ipv4/tcp_fastopen.c: remove superfluous header...
2021-09-20 Mianhan Liunet/ipv4/route.c: remove superfluous header files from...
2021-09-20 Ido Schimmelnexthop: Fix division by zero while replacing a resilie...
2021-09-20 Xuan Zhuonapi: fix race inside napi_enable
2021-09-19 Linus TorvaldsMerge tag 'x86_urgent_for_v5.15_rc2' of git://git.kerne...
2021-09-19 Linus TorvaldsMerge tag 'perf-urgent-2021-09-19' of git://git.kernel...
2021-09-19 Linus TorvaldsMerge tag 'locking-urgent-2021-09-19' of git://git...
2021-09-19 Linus TorvaldsMerge tag 'powerpc-5.15-2' of git://git.kernel.org...
2021-09-19 Linus TorvaldsMerge tag 'kbuild-fixes-v5.15' of git://git.kernel...
2021-09-19 Jakub Kicinskinet: sched: move and reuse mq_change_real_num_tx()
2021-09-19 Vladimir Olteannet: dsa: tear down devlink port regions when tearing...
2021-09-19 Yajun Dengnet: rtnetlink: convert rcu_assign_pointer to RCU_INIT_...
2021-09-19 Thomas Gleixnernet: core: Correct the sock::sk_lock.owned lockdep...
2021-09-19 wangzhitongNET: IPV4: fix error "do not initialise globals to 0"
2021-09-19 Yajun Dengnet: net_namespace: Fix undefined member in key_remove_...
2021-09-19 David S. MillerMerge branch 'dsa-shutdown'
2021-09-19 Vladimir Olteannet: dsa: be compatible with masters which unregister...
2021-09-18 Linus TorvaldsMerge tag 's390-5.15-3' of git://git.kernel.org/pub...
2021-09-18 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.15-2' of git://git...
2021-09-18 David S. MillerMerge branch 'mptcp-next'
2021-09-18 Florian Westphalmptcp: add MPTCP_SUBFLOW_ADDRS getsockopt support
2021-09-18 Florian Westphalmptcp: add MPTCP_TCPINFO getsockopt support
2021-09-18 Florian Westphalmptcp: add MPTCP_INFO getsockopt
2021-09-18 Florian Westphalmptcp: add new mptcp_fill_diag helper
2021-09-17 Jakub KicinskiMerge https://git.kernel.org/pub/scm/linux/kernel/git...
2021-09-17 Linus TorvaldsMerge tag 'pm-5.15-rc2' of git://git.kernel.org/pub...
2021-09-17 Linus TorvaldsMerge tag 'dma-mapping-5.15-1' of git://git.infradead...
2021-09-17 Linus TorvaldsMerge tag 'pci-v5.15-fixes-1' of git://git.kernel.org...
2021-09-17 Linus TorvaldsMerge tag 'iov_iter.3-5.15-2021-09-17' of git://git...
2021-09-17 Linus TorvaldsMerge tag 'io_uring-5.15-2021-09-17' of git://git.kerne...
2021-09-17 Linus TorvaldsMerge tag 'block-5.15-2021-09-17' of git://git.kernel...
2021-09-17 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2021-09-17 Linus TorvaldsMerge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel...
2021-09-17 Leon Romanovskydevlink: Delete not-used devlink APIs
2021-09-17 Vladimir Olteannet: update NXP copyright text
2021-09-16 Jakub KicinskiMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2021-09-16 Linus TorvaldsMerge tag 'drm-fixes-2021-09-17' of git://anongit.freed...
2021-09-16 Linus TorvaldsMerge tag 'net-5.15-rc2' of git://git.kernel.org/pub...
2021-09-16 Tianjia Zhangnet/tls: support SM4 GCM/CCM algorithm
2021-09-16 Linus TorvaldsMerge tag 'hyperv-fixes-signed-20210915' of git://git...
2021-09-15 Vladimir Olteannet: dsa: flush switchdev workqueue before tearing...
2021-09-15 Vladimir Olteannet: dsa: destroy the phylink instance on any error...
2021-09-15 David S. MillerMerge branch 'devlink-delete-publidh-api'
2021-09-15 Leon Romanovskydevlink: Delete not-used single parameter notification...
2021-09-15 David S. MillerMerge branch 'qdisc-visibility'
2021-09-15 Jakub Kicinskinet: sched: update default qdisc visibility after Tx...
2021-09-15 Linus Walleijnet: dsa: tag_rtl4_a: Drop bit 9 from egress frames
2021-09-14 Yajun Dengskbuff: inline page_frag_alloc_align()
2021-09-14 Heiner Kallweitethtool: prevent endless loop if eeprom size is smaller...
2021-09-14 Eric DumazetRevert "Revert "ipv4: fix memory leaks in ip_cmsg_send...
2021-09-14 zhenggytcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
2021-09-14 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2021-09-14 Eric Dumazetnet-caif: avoid user-triggerable WARN_ON(1)
2021-09-14 David S. MillerMerge branch 'smc-EDID-support'
next
This page took 0.115425 seconds and 7 git commands to generate.