summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-18net/ieee802154: fix repeated words in commentsJilin Yuan
2022-06-27net: mac802154: Fix a Tx warning checkMiquel Raynal
2022-06-14mac802154: fix atomic_dec_and_test checksAlexander Aring
2022-06-14mac802154: util: fix release queue handlingAlexander Aring
2022-06-10net: mac802154: Add a warning in the slow pathMiquel Raynal
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal
2022-06-10net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal
2022-06-10net: mac802154: Introduce a helper to disable the queueMiquel Raynal
2022-06-10net: mac802154: Create a hot tx pathMiquel Raynal
2022-06-10net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal
2022-06-10net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal
2022-06-10net: mac802154: Enhance the error path in the main tx helperMiquel Raynal
2022-06-10net: mac802154: Rename the main tx_work structMiquel Raynal
2022-06-10net: mac802154: Rename the synchronous xmit workerMiquel Raynal
2022-06-09Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Jakub Kicinski
2022-06-09Merge branch 'bonding-netlink-errors-and-cleanup'Jakub Kicinski
2022-06-09bonding: cleanup bond_createJonathan Toppins
2022-06-09bonding: netlink error message support for optionsJonathan Toppins
2022-06-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-06-09Merge branch 'net-few-debug-refinements'Jakub Kicinski
2022-06-09net: add napi_get_frags_check() helperEric Dumazet
2022-06-09net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet
2022-06-09af_unix: use DEBUG_NET_WARN_ON_ONCE()Eric Dumazet
2022-06-09net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet
2022-06-09net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet
2022-06-09Merge branch 'net-adopt-u64_stats_t-type'Jakub Kicinski
2022-06-09team: adopt u64_stats_tEric Dumazet
2022-06-09drop_monitor: adopt u64_stats_tEric Dumazet
2022-06-09devlink: adopt u64_stats_tEric Dumazet
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-09wireguard: receive: use dev_sw_netstats_rx_add()Eric Dumazet
2022-06-09ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet
2022-06-09sit: use dev_sw_netstats_rx_add()Eric Dumazet
2022-06-09ipvlan: adopt u64_stats_tEric Dumazet
2022-06-09vlan: adopt u64_stats_tEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-09MAINTAINERS: Remove Jukka Rissanen as 6lowpan maintainerJukka Rissanen
2022-06-09net: 6lowpan: constify lowpan_nhc structuresAlexander Aring
2022-06-09net: 6lowpan: use array for find nhc idAlexander Aring
2022-06-09net: 6lowpan: remove const from scalarsAlexander Aring
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds
2022-06-09mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds
2022-06-09gcc-12: disable '-Wdangling-pointer' warning for nowLinus Torvalds