summaryrefslogtreecommitdiff
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* batman-adv: tvlv: prepare for tvlv enabled multicast packet typeLinus Lüssing2023-01-2110-37/+72
* batman-adv: mcast: remove now redundant single ucast forwardingLinus Lüssing2023-01-213-280/+33
* batman-adv: Drop prandom.h includesSven Eckelmann2023-01-064-4/+1
* batman-adv: Start new development cycleSimon Wunderlich2023-01-061-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+4
|\
| * genetlink: introduce split op representationJakub Kicinski2022-11-071-2/+4
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-184-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-0/+4
|\
| * batman-adv: Fix hang up with small MTU hard-interfaceShigeru Yoshida2022-08-201-0/+4
* | Merge tag 'batadv-next-pullrequest-20220916' of git://git.open-mesh.org/linux...Jakub Kicinski2022-09-194-43/+1
|\ \
| * | batman-adv: remove unused struct definitionsMarek Lindner2022-09-151-39/+0
| * | batman-adv: Drop initialization of flexible ethtool_link_ksettingsSven Eckelmann2022-08-201-1/+0
| * | batman-adv: Drop unused headers in trace.hSven Eckelmann2022-08-171-2/+0
| * | batman-adv: Start new development cycleSimon Wunderlich2022-08-171-1/+1
| |/
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-301-7/+2
* net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+11
|\
| * batman-adv: Don't skb_split skbuffs with frag_listSven Eckelmann2022-04-171-0/+11
* | batman-adv: remove unnecessary type castingsYu Zhe2022-04-222-8/+8
* | batman-adv: Start new development cycleSimon Wunderlich2022-04-221-1/+1
|/
* batman-adv: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-9/+20
|\
| * batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann2022-03-021-5/+14
| * batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann2022-03-021-4/+5
| * batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann2022-03-021-4/+5
* | Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux...Jakub Kicinski2022-03-0217-16/+19
|\ \
| * | batman-adv: Demote batadv-on-batadv skip error messageSven Eckelmann2022-03-021-2/+2
| * | batman-adv: Migrate to linux/container_of.hSven Eckelmann2022-03-0216-12/+16
| * | batman-adv: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2022-01-231-1/+0
| * | batman-adv: Start new development cycleSimon Wunderlich2022-01-231-1/+1
| |/
* | ipv6: make mc_forwarding atomicEric Dumazet2022-02-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-053-11/+21
|\
| * batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing2022-01-023-11/+21
* | batman-adv: remove unneeded variable in batadv_nc_initMinghao Chi2021-12-101-6/+2
* | batman-adv: allow netlink usage in unprivileged containersLinus Lüssing2021-11-151-15/+15
* | batman-adv: Start new development cycleSimon Wunderlich2021-11-151-1/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-284-20/+52
|\ \
| * | net: batman-adv: fix error handlingPavel Skripkin2021-10-264-20/+52
| |/
* | batman-adv: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* | batman-adv: prepare for const netdev->dev_addrJakub Kicinski2021-10-205-13/+14
* | net: make use of helper netif_is_bridge_master()Kyungrok Chung2021-10-161-1/+1
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | batman-adv: bcast: remove remaining skb-copy callsLinus Lüssing2021-08-181-2/+10
* | batman-adv: Drop NULL check before dropping referencesSven Eckelmann2021-08-0819-337/+169
* | batman-adv: Check ptr for NULL before reducing its refcntSven Eckelmann2021-08-0814-113/+181