index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
send.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-13
batman-adv: network coding - save overheard and tx packets for decoding
Martin Hundebøll
1
-0
/
+5
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-3
/
+3
2013-01-19
batman-adv: update copyright years
Antonio Quartulli
1
-1
/
+1
2013-01-19
batman-adv: a delayed_work has to be initialised once
Antonio Quartulli
1
-2
/
+3
2013-01-12
batman-adv: remove useless blank lines before and after brackets
Antonio Quartulli
1
-2
/
+0
2012-11-30
batman-adv: use ETH_P_BATMAN
Antonio Quartulli
1
-2
/
+4
2012-11-21
batman-adv: Add wrapper to look up neighbor and send skb
Martin Hundebøll
1
-0
/
+33
2012-11-07
batman-adv: Distributed ARP Table - add snooping functions for ARP messages
Antonio Quartulli
1
-0
/
+4
2012-08-23
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
1
-4
/
+4
2012-07-01
batman-adv: Prefix types structs with batadv_
Sven Eckelmann
1
-21
/
+29
2012-07-01
batman-adv: Prefix packet structs with batadv_
Sven Eckelmann
1
-2
/
+2
2012-07-01
batman-adv: Prefix main enum with BATADV_
Sven Eckelmann
1
-5
/
+6
2012-07-01
batman-adv: Prefix hard-interface enum with BATADV_
Sven Eckelmann
1
-5
/
+5
2012-06-28
batman-adv: Prefix packet defines with BATADV_
Sven Eckelmann
1
-2
/
+2
2012-06-28
batman-adv: Prefix remaining function like macros with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-25
batman-adv: Prefix send local static functions with batadv_
Sven Eckelmann
1
-15
/
+15
2012-06-25
batman-adv: Prefix main static inline functions with batadv_
Sven Eckelmann
1
-6
/
+6
2012-06-24
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
1
-3
/
+3
2012-06-20
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
1
-19
/
+13
2012-06-20
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
1
-3
/
+3
2012-06-20
batman-adv: Prefix soft-interface non-static functions with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-20
batman-adv: Prefix send non-static functions with batadv_
Sven Eckelmann
1
-10
/
+12
2012-06-18
batman-adv: turn tt commit code into routing protocol agnostic API
Marek Lindner
1
-73
/
+1
2012-06-18
batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
Antonio Quartulli
1
-1
/
+1
2012-05-13
batman-adv: use shorter pr_warn instead of pr_warning
Sven Eckelmann
1
-2
/
+2
2012-05-11
batman-adv: replace HZ calculations with jiffies_to_msecs()
Marek Lindner
1
-1
/
+1
2012-04-18
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
1
-1
/
+1
2012-04-18
batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN
Marek Lindner
1
-6
/
+6
2012-03-11
batman-adv: Remove spaces after a cast
Sven Eckelmann
1
-1
/
+1
2012-03-11
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
1
-2
/
+2
2012-02-17
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2012-02-17
batman-adv: convert batman iv algorithm to use dynamic infrastructure
Marek Lindner
1
-3
/
+2
2012-02-17
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
1
-1
/
+1
2011-09-08
batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...
Marek Lindner
1
-278
/
+19
2011-09-08
batman-adv: rename all instances of batman_packet to batman_ogm_packet
Marek Lindner
1
-63
/
+67
2011-08-22
batman-adv: correct several typ0s in the comments
Antonio Quartulli
1
-5
/
+5
2011-07-07
batman-adv: keep local table consistency for further TT_RESPONSE
Antonio Quartulli
1
-3
/
+1
2011-07-05
batman-adv: broadcast primary OGM on all active hard-interfaces
Marek Lindner
1
-4
/
+13
2011-07-05
batman-adv: add_bcast_packet_to_list() takes the sending delay as parameter
Antonio Quartulli
1
-2
/
+2
2011-06-20
batman-adv: improved roaming mechanism
Antonio Quartulli
1
-0
/
+1
2011-06-20
batman-adv: improved client announcement mechanism
Antonio Quartulli
1
-20
/
+67
2011-06-20
batman-adv: Reduce usage of char
Sven Eckelmann
1
-3
/
+3
2011-06-09
batman-adv: use NO_FLAGS define instead of hard-coding 0
Marek Lindner
1
-1
/
+1
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
1
-9
/
+8
2011-05-30
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
1
-13
/
+14
2011-05-15
batman-adv: reset broadcast flood protection on error
Marek Lindner
1
-1
/
+1
2011-05-15
batman-adv: Add missing hardif_free_ref in forw_packet_free
Sven Eckelmann
1
-2
/
+15
2011-05-08
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
1
-8
/
+8
2011-05-01
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
1
-4
/
+13
2011-05-01
batman-adv: Move definition of atomic_dec_not_zero() into main.h
Antonio Quartulli
1
-1
/
+0
[next]