summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: hwsim: Record the address filter valuesMiquel Raynal2022-10-121-0/+36
* mac802154: set filter at drv_start()Alexander Aring2022-10-126-33/+115
* mac802154: move receive parameters above startAlexander Aring2022-10-121-95/+95
* mac802154: Introduce filtering levelsMiquel Raynal2022-10-121-0/+24
* net: ieee802154: mcr20a: Switch to use dev_err_probe() helperYang Yingliang2022-10-121-6/+3
* net/ieee802154: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* net: mac802154: Fix a Tx warning checkMiquel Raynal2022-06-272-25/+14
* mac802154: fix atomic_dec_and_test checksAlexander Aring2022-06-142-4/+4
* mac802154: util: fix release queue handlingAlexander Aring2022-06-141-1/+1
* net: mac802154: Add a warning in the slow pathMiquel Raynal2022-06-101-0/+27
* net: mac802154: Add a warning in the hot pathMiquel Raynal2022-06-103-2/+20
* net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal2022-06-102-0/+48
* net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal2022-06-106-5/+32
* net: mac802154: Introduce a helper to disable the queueMiquel Raynal2022-06-102-0/+26
* net: mac802154: Create a hot tx pathMiquel Raynal2022-06-101-2/+8
* net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal2022-06-107-41/+75
* net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal2022-06-103-0/+8
* net: mac802154: Enhance the error path in the main tx helperMiquel Raynal2022-06-101-6/+6
* net: mac802154: Rename the main tx_work structMiquel Raynal2022-06-103-5/+8
* net: mac802154: Rename the synchronous xmit workerMiquel Raynal2022-06-103-3/+3
* Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-06-1016-215/+48
|\
| * MAINTAINERS: Remove Jukka Rissanen as 6lowpan maintainerJukka Rissanen2022-06-091-1/+0
| * net: 6lowpan: constify lowpan_nhc structuresAlexander Aring2022-06-092-11/+11
| * net: 6lowpan: use array for find nhc idAlexander Aring2022-06-0915-203/+37
| * net: 6lowpan: remove const from scalarsAlexander Aring2022-06-091-3/+3
* | Merge branch 'bonding-netlink-errors-and-cleanup'Jakub Kicinski2022-06-104-59/+101
|\ \
| * | bonding: cleanup bond_createJonathan Toppins2022-06-101-18/+6
| * | bonding: netlink error message support for optionsJonathan Toppins2022-06-103-41/+95
|/ /
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-06-104-74/+65
|\ \
| * | ice: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET2022-06-081-2/+2
| * | ice: remove u16 arithmetic in ice_gnssKarol Kolacinski2022-06-081-5/+6
| * | ice: remove VLAN representor specific opsMichal Swiatkowski2022-06-082-40/+7
| * | ice: don't set VF VLAN caps in switchdevMichal Swiatkowski2022-06-081-27/+50
* | | Merge branch 'net-few-debug-refinements'Jakub Kicinski2022-06-106-15/+34
|\ \ \
| * | | net: add napi_get_frags_check() helperEric Dumazet2022-06-101-0/+18
| * | | net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet2022-06-101-1/+2
| * | | net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet2022-06-101-1/+1
| * | | af_unix: use DEBUG_NET_WARN_ON_ONCE()Eric Dumazet2022-06-101-4/+4
| * | | net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet2022-06-101-3/+3
| * | | net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet2022-06-101-4/+4
| * | | net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet2022-06-101-1/+1
| * | | net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet2022-06-101-1/+1
|/ / /
* | | Merge branch 'net-adopt-u64_stats_t-type'Jakub Kicinski2022-06-1024-161/+151
|\ \ \
| * | | team: adopt u64_stats_tEric Dumazet2022-06-102-18/+18
| * | | drop_monitor: adopt u64_stats_tEric Dumazet2022-06-101-9/+9
| * | | devlink: adopt u64_stats_tEric Dumazet2022-06-101-12/+16
| * | | net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-109-55/+59
| * | | wireguard: receive: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-101-8/+1
| * | | ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-101-6/+1
| * | | sit: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-101-7/+1