aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli1-3/+2
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-1/+28
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner1-0/+25
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli1-2/+2
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll1-0/+4
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-4/+0
2013-10-09batman-adv: reorder packet typesSimon Wunderlich1-5/+15
2013-10-09batman-adv: add build check macros for packet member offsetSimon Wunderlich1-0/+8
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich1-11/+0
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner1-2/+0
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner1-2/+0
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner1-0/+5
2013-10-09batman-adv: tvlv - basic infrastructureMarek Lindner1-0/+575
2013-10-02batman-adv: set up network coding packet handlers during module initMatthias Schiffer1-2/+3
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-0/+58
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho1-1/+0
2013-05-21batman-adv: Avoid double freeing of bat_countersMartin Hundebøll1-0/+1
2013-05-09batman-adv: reorder clean up routine in order to avoid race conditionsAntonio Quartulli1-4/+12
2013-05-09batman-adv: check proto length before accessing proto string bufferMarek Lindner1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli1-1/+4
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli1-1/+1
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann1-0/+2
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll1-0/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-11-21batman-adv: Add function to calculate crc32c for the skb payloadSven Eckelmann1-0/+34
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli1-0/+7
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli1-0/+2
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann1-10/+0
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-0/+36
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-12/+12
2012-08-23batman-adv: remove a misleading commentJonathan Corbet1-3/+0
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-2/+2
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-19/+21
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-7/+7
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-6/+7
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main local static functions with batadv_Sven Eckelmann1-37/+39
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-5/+5
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-28/+29
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-7/+7
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-2/+2