summaryrefslogtreecommitdiff
path: root/net/batman-adv/routing.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-05batman-adv: correct NET_RX_* NET_XMIT_* confusionSven Eckelmann1-3/+3
2026-08-04batman-adv: switch var declarations to reverse x-mas tree orderSven Eckelmann1-27/+27
2026-08-04batman-adv: split multiple declarations per lineSven Eckelmann1-12/+25
2026-08-04batman-adv: annotate functions which may reallocate the skbuffSven Eckelmann1-0/+10
2026-08-04batman-adv: fix kernel-doc for functions holding skb ownershipSven Eckelmann1-7/+4
2026-08-04batman-adv: add missing kernel-doc commentsSven Eckelmann1-0/+31
2026-08-04batman-adv: tvlv: handle negative tvlv processing return codesSven Eckelmann1-1/+3
2026-06-28batman-adv: bla: reacquire gw address after skb reallocSven Eckelmann1-0/+1
2026-06-28batman-adv: access unicast_ttvn skb->data only after skb reallocSven Eckelmann1-1/+1
2026-06-14batman-adv: tvlv: enforce 2-byte alignmentSven Eckelmann1-0/+6
2026-06-13batman-adv: frag: ensure fragment is writable before modifying TTLSven Eckelmann1-2/+1
2026-06-13batman-adv: fix (m|b)cast csum after decrementing TTLSven Eckelmann1-2/+56
2026-06-13batman-adv: ensure bcast is writable before modifying TTLSven Eckelmann1-0/+6
2026-06-01batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCESven Eckelmann1-2/+2
2026-06-01batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCESven Eckelmann1-1/+1
2025-09-05batman-adv: remove network coding supportSven Eckelmann1-8/+1
2025-02-22batman-adv: Use consistent name for mesh interfaceSven Eckelmann1-21/+21
2023-11-14batman-adv: mcast: implement multicast packet reception and forwardingLinus Lüssing1-0/+70
2023-01-21batman-adv: tvlv: prepare for tvlv enabled multicast packet typeLinus Lüssing1-4/+3
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski1-1/+2
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann1-26/+13
2021-05-17batman-adv: bcast: queue per interface, if neededLinus Lüssing1-3/+6
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann1-1/+1
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann1-10/+0
2020-09-05batman-adv: mcast/TT: fix wrongly dropped or rerouted packetsLinus Lüssing1-0/+4
2020-06-26batman-adv: Fix typos and grammar in documentationSven Eckelmann1-2/+2
2020-05-22batman-adv: use rcu_replace_pointer() where appropriateAntonio Quartulli1-2/+2
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann1-1/+1
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-12-30batman-adv: Snoop DHCPACKs for DATLinus Lüssing1-0/+4
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+15
2018-03-18batman-adv: Fix skbuff rcsum on packet rerouteSven Eckelmann1-5/+10
2018-03-16batman-adv: update data pointers after skb_cow()Matthias Schiffer1-5/+5
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann1-1/+1
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+29
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-12/+12
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-3/+3
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-05-23batman-adv: Print correct function names in dbg messagesSven Eckelmann1-2/+2
2017-05-19batman-adv: fix memory leak when dropping packet from other gatewayAndreas Pape1-1/+1
2017-03-22batman-adv: changed debug messages for easier bla debuggingAndreas Pape1-1/+1
2017-03-22batman-adv: drop unicast packets from other backbone gwAndreas Pape1-3/+22
2017-01-26batman-adv: Remove one condition check in batadv_route_unicast_packetGao Feng1-5/+4
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-11-08batman-adv: Reject unicast packet with zero/mcast dst addressSven Eckelmann1-4/+4
2016-11-08batman-adv: Disallow zero and mcast src address for mgmt framesSven Eckelmann1-2/+2
2016-11-08batman-adv: Disallow mcast src address for data framesSven Eckelmann1-6/+6