summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-12net: mac802154: Avoid displaying misleading debug informationMiquel Raynal1-1/+3
2022-10-12mac802154: Avoid delivering frames received in a non satisfying filtering modeMiquel Raynal1-5/+7
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal3-10/+4
2022-10-12ieee802154: hwsim: Implement address filteringMiquel Raynal2-2/+116
2022-10-12ieee802154: hwsim: Record the address filter valuesMiquel Raynal1-0/+36
2022-10-12mac802154: set filter at drv_start()Alexander Aring6-33/+115
2022-10-12mac802154: move receive parameters above startAlexander Aring1-95/+95
2022-10-12mac802154: Introduce filtering levelsMiquel Raynal1-0/+24
2022-10-12net: ieee802154: mcr20a: Switch to use dev_err_probe() helperYang Yingliang1-6/+3
2022-07-18net/ieee802154: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-27net: mac802154: Fix a Tx warning checkMiquel Raynal2-25/+14
2022-06-14mac802154: fix atomic_dec_and_test checksAlexander Aring2-4/+4
2022-06-14mac802154: util: fix release queue handlingAlexander Aring1-1/+1
2022-06-10net: mac802154: Add a warning in the slow pathMiquel Raynal1-0/+27
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal3-2/+20
2022-06-10net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal2-0/+48
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal6-5/+32
2022-06-10net: mac802154: Introduce a helper to disable the queueMiquel Raynal2-0/+26
2022-06-10net: mac802154: Create a hot tx pathMiquel Raynal1-2/+8
2022-06-10net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal7-41/+75
2022-06-10net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal3-0/+8
2022-06-10net: mac802154: Enhance the error path in the main tx helperMiquel Raynal1-6/+6
2022-06-10net: mac802154: Rename the main tx_work structMiquel Raynal3-5/+8
2022-06-10net: mac802154: Rename the synchronous xmit workerMiquel Raynal3-3/+3
2022-06-10Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Jakub Kicinski16-215/+48
2022-06-10Merge branch 'bonding-netlink-errors-and-cleanup'Jakub Kicinski4-59/+101
2022-06-10bonding: cleanup bond_createJonathan Toppins1-18/+6
2022-06-10bonding: netlink error message support for optionsJonathan Toppins3-41/+95
2022-06-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-74/+65
2022-06-10Merge branch 'net-few-debug-refinements'Jakub Kicinski6-15/+34
2022-06-10net: add napi_get_frags_check() helperEric Dumazet1-0/+18
2022-06-10net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet1-1/+2
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet1-1/+1
2022-06-10af_unix: use DEBUG_NET_WARN_ON_ONCE()Eric Dumazet1-4/+4
2022-06-10net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet1-3/+3
2022-06-10net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet1-4/+4
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet1-1/+1
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet1-1/+1
2022-06-10Merge branch 'net-adopt-u64_stats_t-type'Jakub Kicinski24-161/+151
2022-06-10team: adopt u64_stats_tEric Dumazet2-18/+18
2022-06-10drop_monitor: adopt u64_stats_tEric Dumazet1-9/+9
2022-06-10devlink: adopt u64_stats_tEric Dumazet1-12/+16
2022-06-10net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet9-55/+59
2022-06-10wireguard: receive: use dev_sw_netstats_rx_add()Eric Dumazet1-8/+1
2022-06-10ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet1-6/+1
2022-06-10sit: use dev_sw_netstats_rx_add()Eric Dumazet1-7/+1
2022-06-10ipvlan: adopt u64_stats_tEric Dumazet3-17/+17
2022-06-10vlan: adopt u64_stats_tEric Dumazet5-29/+29
2022-06-10net: rename reference+tracking helpersJakub Kicinski48-137/+141
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2173-34355/+70472