aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+18
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-22/+23
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann1-1/+1
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-07-29batman-adv: fix various spelling mistakesColin Ian King1-1/+1
2017-05-23batman-adv: Print correct function names in dbg messagesSven Eckelmann1-3/+3
2017-03-26batman-adv: restructure rebroadcast counter into forw_packet APILinus Lüssing1-3/+52
2017-03-26batman-adv: privatize forw_packet skb assignmentLinus Lüssing1-9/+12
2017-01-28batman-adv: Fix double call of dev_queue_xmitSven Eckelmann1-1/+3
2017-01-26batman-adv: Treat NET_XMIT_CN as transmit successfullyGao Feng1-1/+1
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-11-08batman-adv: fix rare race conditions on interface removalLinus Lüssing1-69/+214
2016-11-08batman-adv: Remove dev_queue_xmit return code exceptionSven Eckelmann1-11/+6
2016-10-30batman-adv: Consume skb in batadv_send_skb_to_origSven Eckelmann1-17/+22
2016-10-30batman-adv: use consume_skb for non-dropped packetsSven Eckelmann1-8/+19
2016-10-30batman-adv: Simple (re)broadcast avoidanceLinus Lüssing1-1/+54
2016-10-30batman-adv: Remove unused skb_reset_mac_header()Linus Lüssing1-2/+0
2016-10-19batman-adv: Remove needless init of variables on stackSven Eckelmann1-1/+1
2016-08-09batman-adv: Remove orig_node reference handling from send_skb_unicastSven Eckelmann1-8/+17
2016-08-09batman-adv: Introduce forward packet creation helperLinus Lüssing1-30/+81
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-07-06batman-adv: Fix speedy join in gateway client modeSven Eckelmann1-2/+2
2016-07-04batman-adv: return netdev status in the TX pathAntonio Quartulli1-13/+23
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann1-0/+1
2016-06-30batman-adv: Keep includes ordered by filenameSven Eckelmann1-1/+1
2016-06-30batman-adv: remove ogm_emit and ogm_schedule API callsAntonio Quartulli1-60/+1
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal1-2/+2
2016-05-10batman-adv: Check hard_iface refcnt before calling functionSven Eckelmann1-0/+6
2016-05-04Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-2/+2
2016-05-04batman-adv: use to_delayed_workGeliang Tang1-2/+2
2016-04-24batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing1-0/+6
2016-02-29batman-adv: keep track of when unicast packets are sentAntonio Quartulli1-7/+48
2016-02-23batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann1-1/+1
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann1-4/+4
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann1-1/+1
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc of main functionsSven Eckelmann1-1/+4
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-11/+13
2016-02-02batman-adv: Fix names in kerneldoc of functionsSven Eckelmann1-1/+1
2016-01-09batman-adv: Delete unnecessary checks before the function call "kfree_skb"Markus Elfring1-2/+1
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-4/+4
2015-08-14batman-adv: remove broadcast packets scheduled for purged outgoing ifSimon Wunderlich1-1/+2
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-9/+27
2015-05-29batman-adv: Use common declaration order in *_send_skb_(packet|unicast)Antonio Quartulli1-1/+1
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2014-03-22batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing1-0/+1