Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0729cc0c5e7f5a11a10be37d550f8cff8ffc0cbd
/
net
/
batman-adv
/
bat_iv_ogm.c
1b371d1
batman-adv: use consistent kerneldoc style
by Simon Wunderlich
· 11 years ago
e19f975
batman-adv: update copyright years for 2014
by Simon Wunderlich
· 11 years ago
cb1c92e
batman-adv: add debugfs support to view multiif tables
by Simon Wunderlich
· 11 years ago
ef0a937
batman-adv: consider outgoing interface in OGM sending
by Simon Wunderlich
· 11 years ago
c039876
batman-adv: add WiFi penalty
by Simon Wunderlich
· 11 years ago
7351a482
batman-adv: split out router from orig_node
by Simon Wunderlich
· 11 years ago
8965233
batman-adv: split tq information in neigh_node struct
by Simon Wunderlich
· 11 years ago
f6c8b71
batman-adv: remove bonding and interface alternating
by Simon Wunderlich
· 11 years ago
ebf38fb
batman-adv: remove FSF address from GPL disclaimer
by Antonio Quartulli
· 11 years ago
a40d9b0
batman-adv: fix header alignment by unrolling batadv_header
by Simon Wunderlich
· 11 years ago
d0015fd
batman-adv: provide orig_node routing API
by Antonio Quartulli
· 11 years ago
6680a12
batman-adv: adapt bonding to use the new API functions
by Antonio Quartulli
· 11 years ago
c43c981
batman-adv: add bat_neigh_is_equiv_or_better API function
by Antonio Quartulli
· 11 years ago
a3285a8
batman-adv: add bat_neigh_cmp API function
by Antonio Quartulli
· 11 years ago
737a2a22
batman-adv: add bat_orig_print API function
by Antonio Quartulli
· 11 years ago
bbad0a5
batman-adv: make struct batadv_orig_node algorithm agnostic
by Antonio Quartulli
· 11 years ago
0538f75
batman-adv: make struct batadv_neigh_node algorithm agnostic
by Antonio Quartulli
· 11 years ago
9f4980e
batman-adv: remove vis functionality
by Simon Wunderlich
· 12 years ago
e1bf0c1
batman-adv: tvlv - convert tt data sent within OGMs
by Marek Lindner
· 12 years ago
414254e
batman-adv: tvlv - gateway download/upload bandwidth container
by Marek Lindner
· 12 years ago
ef26157
batman-adv: tvlv - basic infrastructure
by Marek Lindner
· 12 years ago
791c2a2
batman-adv: move enum definition at the top of the file
by Antonio Quartulli
· 11 years ago
c54f38c
batman-adv: set skb priority according to content
by Simon Wunderlich
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7c24bbb
batman-adv: forward late OGMs from best next hop
by Simon Wunderlich
· 12 years ago
e54c77f
batman-adv: Remove unnecessary INIT_HLIST_NODE() calls
by Linus Lüssing
· 12 years ago
41ab6c4
batman-adv: don't deal with NET_IP_ALIGN manually
by Antonio Quartulli
· 12 years ago
d989661
batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c
by Antonio Quartulli
· 12 years ago
24a5dee
batman-adv: move ring_buffer helper functions in bat_iv_ogm
by Antonio Quartulli
· 12 years ago
7ed4be9
batman-adv: use eth_hdr() when it makes sense
by Antonio Quartulli
· 12 years ago
38dc40e
batman-adv: do not silently ignore wrong condition
by Antonio Quartulli
· 12 years ago
a3b81b6
batman-adv: don't check compat version twice
by Antonio Quartulli
· 12 years ago
281581d
batman-adv: don't check the source address twice
by Antonio Quartulli
· 12 years ago
863dd7a
batman-adv: drop useless argument seqno in neighbor creation
by Antonio Quartulli
· 12 years ago
d56b170
batman-adv: network coding - detect coding nodes and remove these after timeout
by Martin Hundebøll
· 12 years ago
b47506d
batman-adv: verify tt len does not exceed packet len
by Marek Lindner
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
0b87393
batman-adv: update copyright years
by Antonio Quartulli
· 12 years ago
e76e432
batman-adv: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
c0275e2
batman-adv: fix typo in debug message
by Antonio Quartulli
· 12 years ago
46d160e
batman-adv: remove useless blank lines before and after brackets
by Antonio Quartulli
· 12 years ago
39a3299
batman-adv: unify and properly print hex values
by Antonio Quartulli
· 12 years ago
143cdd8
batman-adv: fix random jitter calculation
by Akinobu Mita
· 12 years ago
5b24657
batman-adv: Reserve extra bytes in skb for better alignment
by Sven Eckelmann
· 12 years ago
1451151
batman-adv: split hard_iface struct for each routing protocol
by Marek Lindner
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7caf69f
batman-adv: Fix symmetry check / route flapping in multi interface setups
by Linus Lüssing
· 12 years ago
c67893d
batman-adv: Reduce accumulated length of simple statements
by Sven Eckelmann
· 12 years ago
bbb1f90
batman-adv: Don't break statements after assignment operator
by Sven Eckelmann
· 12 years ago
8de47de
batman-adv: Use BIT(x) macro to calculate bit positions
by Sven Eckelmann
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 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
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
cd646ab
batman-adv: Prefix gateway 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
3e34819
batman-adv: Prefix remaining function like macros with batadv_
by Sven Eckelmann
· 13 years ago
fe8bc39
batman-adv: Prefix bat_iv_ogm 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
e5d8925
batman-adv: Prefix hard-interface static inline functions with batadv_
by Sven Eckelmann
· 13 years ago
9b4a115
batman-adv: Prefix bitarray static inline functions with batadv_
by Sven Eckelmann
· 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
30d3c51
batman-adv: Prefix routing non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
925a667
batman-adv: Prefix ring_buffer 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
7cf06bc
batman-adv: Prefix gateway-client non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
0f5f932
batman-adv: Prefix bitarray non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
81c524f
batman-adv: Prefix bat_algo 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
16a7034
batman-adv: don't bother flipping ->tt_crc
by Al Viro
· 13 years ago
5346c35
batman-adv: Return error codes instead of -1 on failures
by Sven Eckelmann
· 13 years ago
e0f5211
batman-adv: keep batman_ogm_packet ->seqno net-endian all along
by Al Viro
· 13 years ago
519d349
batman-adv: avoid characters requiring shell escapes in protocol names
by Marek Lindner
· 13 years ago
f821486
batman-adv: Add get_ethtool_stats() support
by Martin Hundebøll
· 13 years ago
66a1b2b
batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
by Antonio Quartulli
· 13 years ago
e3b0d0d
batman-adv: prepare lq_update_lock to be shared among different protocols
by Marek Lindner
· 13 years ago
fefa532
batman-adv: fix checkpatch string complaint
by Marek Lindner
· 13 years ago
13b2541
batman-adv: avoid temporary routing loops by being strict on forwarded OGMs
by Marek Lindner
· 13 years ago
c322939
batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callback
by Marek Lindner
· 13 years ago
edbf12b
batman-adv: ignore protocol packets if the interface did not enable this protocol
by Marek Lindner
· 13 years ago
7ae8b28
batman-adv: split neigh_new function into generic and batman iv specific parts
by Marek Lindner
· 13 years ago
d7b2a97
batman-adv: rename last_valid to last_seen
by Marek Lindner
· 13 years ago
c3e2931
batman-adv: register batman ogm receive function during protocol init
by Marek Lindner
· 13 years ago
75cd33f
batman-adv: introduce is_single_hop_neigh variable to increase readability
by Marek Lindner
· 13 years ago
1e5cc26
batman-adv: skip the window protection test when the originator has no neighbours
by Antonio Quartulli
· 13 years ago
c97c72b
batman-adv: print OGM seq numbers as unsigned int
by Antonio Quartulli
· 13 years ago
0d12507
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
by Antonio Quartulli
· 13 years ago
1eeb479
batman-adv: mark existing ogm variables as batman iv
by Marek Lindner
· 13 years ago
76e3d7f
batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN
by Marek Lindner
· 13 years ago
cd8b78e
batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callback
by Marek Lindner
· 13 years ago
77af757
batman-adv: handle routing code initialization properly
by Marek Lindner
· 13 years ago
00a5007
batman-adv: add iface_disable() callback to routing API
by Marek Lindner
· 13 years ago
d7d32ec
batman-adv: randomize initial seqno to avoid collision
by Marek Lindner
· 13 years ago
Next »