Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
0d1d392f011b284bb4af0411b2d36e5d04e0f058
/
net
/
batman-adv
/
translation-table.c
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
a7966d9
batman-adv: fix local translation table output
by Antonio Quartulli
· 12 years ago
0b87393
batman-adv: update copyright years
by Antonio Quartulli
· 12 years ago
7241444
batman-adv: a delayed_work has to be initialised once
by Antonio Quartulli
· 12 years ago
46d160e
batman-adv: remove useless blank lines before and after brackets
by Antonio Quartulli
· 12 years ago
dec0507
batman-adv: Initialize lockdep class keys for hashes
by Antonio Quartulli
· 12 years ago
8425ec6
batman-adv: remove useless assignment in tt_local_add()
by Antonio Quartulli
· 12 years ago
39a3299
batman-adv: unify and properly print hex values
by Antonio Quartulli
· 12 years ago
f9d8a53
batman-adv: print the CRC together with the translation tables
by Antonio Quartulli
· 12 years ago
85766a8
batman-adv: improve local translation table output
by Antonio Quartulli
· 12 years ago
bb351ba
batman-adv: Add wrapper to look up neighbor and send skb
by Martin Hundebøll
· 12 years ago
981d890
batman-adv: Mark best gateway in transtable_global debugfs
by Sven Eckelmann
· 12 years ago
67f4efd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1f36aeb
batman-adv: don't add TEMP clients belonging to other backbone nodes
by Antonio Quartulli
· 12 years ago
27b37eb
batman-adv: correctly pass the client flag on tt_response
by Antonio Quartulli
· 12 years ago
e9c00136
batman-adv: fix tt_global_entries flags update
by Antonio Quartulli
· 12 years ago
170173b
batman-adv: Remove instant overwritten variable initialization
by Sven Eckelmann
· 12 years ago
068ee6e
batman-adv: roaming handling mechanism redesign
by Antonio Quartulli
· 12 years ago
be73b48
batman-adv: refactor tt_global_del_struct()
by Antonio Quartulli
· 12 years ago
47c9465
batman-adv: refactor code to simplify long lines
by Antonio Quartulli
· 12 years ago
7c1fd91
batman-adv: substitute tt_poss_change with a per-tt_entry flag
by Antonio Quartulli
· 12 years ago
5b24657
batman-adv: Reserve extra bytes in skb for better alignment
by Sven Eckelmann
· 12 years ago
7f91d06
batman-adv: pass the WIFI flag from the local to global entry
by Antonio Quartulli
· 12 years ago
9f9ff08
batman-adv: properly convert flag into a boolean value
by Antonio Quartulli
· 12 years ago
fdf7932
batman-adv: properly store the roaming time
by Antonio Quartulli
· 12 years ago
c10dba0
batman-adv: return proper value in case of hash_add failure
by Antonio Quartulli
· 12 years ago
30da63a
batman-adv: consolidate duplicated primary_if checking code
by Marek Lindner
· 12 years ago
30cfd02
batman-adv: detect not yet announced clients
by Antonio Quartulli
· 13 years ago
c67893d
batman-adv: Reduce accumulated length of simple statements
by Sven Eckelmann
· 13 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
d657e62
batman-adv: add reference counting for type batadv_tt_orig_list_entry
by Antonio Quartulli
· 13 years ago
155e4e1
batman-adv: Fix mem leak in the batadv_tt_local_event() function
by Jesper Juhl
· 12 years ago
162d549
batman-adv: Don't leak information through uninitialized packet fields
by Sven Eckelmann
· 13 years ago
56303d3
batman-adv: Prefix types structs with batadv_
by Sven Eckelmann
· 13 years ago
9641269
batman-adv: Prefix packet structs with batadv_
by Sven Eckelmann
· 13 years ago
5bf74e9
batman-adv: Prefix hash struct and typedef with batadv_
by Sven Eckelmann
· 13 years ago
39c75a5
batman-adv: Prefix main enum with BATADV_
by Sven Eckelmann
· 13 years ago
acd34af
batman-adv: Prefix packet enum with BATADV_
by Sven Eckelmann
· 13 years ago
d69909d
batman-adv: Prefix types enum with BATADV_
by Sven Eckelmann
· 13 years ago
e9a4f29
batman-adv: Prefix hard-interface enum with BATADV_
by Sven Eckelmann
· 13 years ago
42d0b04
batman-adv: Prefix main defines with BATADV_
by Sven Eckelmann
· 13 years ago
7e071c7
batman-adv: Prefix packet defines with BATADV_
by Sven Eckelmann
· 13 years ago
d4f4469
batman-adv: beautify tt_global_add() argument list
by Antonio Quartulli
· 13 years ago
3b643de
batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval
by Antonio Quartulli
· 13 years ago
3e34819
batman-adv: Prefix remaining function like macros with batadv_
by Sven Eckelmann
· 13 years ago
29cb99d
batman-adv: fix global TT entry deletion
by Antonio Quartulli
· 13 years ago
1f129fe
batman-adv: fix condition in AP isolation
by Antonio Quartulli
· 13 years ago
1d5873e
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 13 years ago
e486463
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a513088
batman-adv: Prefix translation-table local static functions with batadv_
by Sven Eckelmann
· 13 years ago
1eda58b
batman-adv: Prefix main static inline functions with batadv_
by Sven Eckelmann
· 13 years ago
da64119
batman-adv: Prefix originator static inline functions with batadv_
by Sven Eckelmann
· 13 years ago
c0a5592
batman-adv: Prefix hash static inline functions with batadv_
by Sven Eckelmann
· 13 years ago
e5d8925
batman-adv: Prefix hard-interface static inline functions with batadv_
by Sven Eckelmann
· 13 years ago
8b8e4bc
batman-adv: fix race condition in TT full-table replacement
by Antonio Quartulli
· 13 years ago
5870adc
batman-adv: only drop packets of known wifi clients
by Marek Lindner
· 13 years ago
9cfc7bd
batman-adv: Reformat multiline comments to consistent style
by Sven Eckelmann
· 13 years ago
3193e8f
batman-adv: Prefix main non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
08c36d3
batman-adv: Prefix translation-table non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
9455e34
batman-adv: Prefix send non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
7d211ef
batman-adv: Prefix originator non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
1a8eaf0
batman-adv: Prefix hash non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
9563877
batman-adv: Prefix hard-interface non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
08adf15
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
be9aa4c
batman-adv: turn tt commit code into routing protocol agnostic API
by Marek Lindner
· 13 years ago
f25bd58
batman-adv: don't bother flipping ->tt_data
by Al Viro
· 13 years ago
5346c35
batman-adv: Return error codes instead of -1 on failures
by Sven Eckelmann
· 13 years ago
08ad76e
batman-adv: return added entries instead of number of possibly added entries
by Marek Lindner
· 13 years ago
f821486
batman-adv: Add get_ethtool_stats() support
by Martin Hundebøll
· 13 years ago
521251f
batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already exists
by Antonio Quartulli
· 13 years ago
3275e7c
batman-adv: improve unicast packet (re)routing
by Antonio Quartulli
· 13 years ago
35c133a
batman-adv: add contributor name
by Antonio Quartulli
· 13 years ago
6d2003f
batman-adv: convert the tt_crc to network order
by Antonio Quartulli
· 13 years ago
20ff9d5
batman-adv: don't let backbone gateways exchange tt entries
by Simon Wunderlich
· 13 years ago
db08e6e
batman-adv: allow multiple entries in tt_global_entries
by Simon Wunderlich
· 13 years ago
de7aae6
batman-adv: Remove declaration of only locally used functions
by Sven Eckelmann
· 13 years ago
86ceb36
batman-adv: Ignore 80-chars per line limits for strings
by Sven Eckelmann
· 13 years ago
7c64fd9
batman-adv: Fix indentation of multiline statements
by Sven Eckelmann
· 13 years ago
78d6942
batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entry
by Antonio Quartulli
· 13 years ago
c566dbb
batman-adv: code refactoring - move debug print into tt_local_set_pending
by Antonio Quartulli
· 13 years ago
c40ed2b
batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()
by Antonio Quartulli
· 13 years ago
567db7b
batman-adv: Update copyright years
by Sven Eckelmann
· 13 years ago
92f90f5
batman-adv: refactor tt_global_del() to avoid misalignment
by Sven Eckelmann
· 13 years ago
032b796
batman-adv: convert time_after instances to has_timed_out
by Marek Lindner
· 13 years ago
a04ccd5
batman-adv: Move is_out_of_time() to main.h for general use
by Martin Hundebøll
· 13 years ago
76543d1
batman-adv: Explicitly mark the common header structure
by Sven Eckelmann
· 13 years ago
1707157
batman-adv: add tt_initialised flag to the orig_node struct
by Antonio Quartulli
· 13 years ago
220b07e
batman-adv: Fix merge error.
by David S. Miller
· 13 years ago
b26e478
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
797399b
batman-adv: delete global entry in case of roaming
by Antonio Quartulli
· 13 years ago
03fc307
batman-adv: in case of roaming mark the client with TT_CLIENT_ROAM
by Antonio Quartulli
· 13 years ago
80b3f58
batman-adv: check return value for hash_add()
by Simon Wunderlich
· 13 years ago
697f253
batman-adv: generalise tt_local_reset_flags()
by Antonio Quartulli
· 13 years ago
48100ba
batman-adv: create a common substructure for tt_global/local_entry
by Antonio Quartulli
· 13 years ago
d099c2c
batman-adv: directly write tt entries without buffering
by Simon Wunderlich
· 13 years ago
c90681b
batman-adv: fixed hash functions type to uint32_t instead of int
by Antonio Quartulli
· 13 years ago
eb7e2a1
batman-adv: use orig_hash_find() instead of get_orig_node() in TT code
by Antonio Quartulli
· 13 years ago
8794497
batman-adv: tt_global_del_orig() has to print the correct message
by Antonio Quartulli
· 13 years ago
9eeebb5
Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 13 years ago
6e80149
batman-adv: add sanity check when removing global tts
by Simon Wunderlich
· 13 years ago
Next »