Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a2931547eee19201856a89406397ecc1f978deaf
/
net
/
batman-adv
/
originator.c
ed29266
batman-adv: turn batadv_neigh_node_get() into local function
by Marek Lindner
· 9 years ago
3f32f8a
batman-adv: rearrange batadv_neigh_node_new() arguments to follow convention
by Marek Lindner
· 9 years ago
bd3524c
batman-adv: remove obsolete deleted attribute for gateway node
by Simon Wunderlich
· 9 years ago
741aa06
batman-adv: move neigh_node list add into batadv_neigh_node_new()
by Marek Lindner
· 9 years ago
f729dc70
batman-adv: move hardif refcount inc to batadv_neigh_node_new()
by Marek Lindner
· 9 years ago
d0fa4f3
batman-adv: convert orig_node->vlan_list to hlist
by Marek Lindner
· 9 years ago
6b5e971
batman-adv: Replace C99 int types with kernel type
by Sven Eckelmann
· 10 years ago
8a4023c
batman-adv: Fix potential synchronization issues in mcast tvlv handler
by Linus Lüssing
· 9 years ago
1e2c2a4
batman-adv: Add required includes to all files
by Sven Eckelmann
· 10 years ago
bcef1f3
batman-adv: add bat_neigh_free API
by Antonio Quartulli
· 10 years ago
9f6446c
batman-adv: update copyright years for 2015
by Sven Eckelmann
· 10 years ago
8a3f8b6
batman-adv: checkpatch - Please don't use multiple blank lines
by Antonio Quartulli
· 10 years ago
9d31b3c
batman-adv: fix potential TT client + orig-node memory leak
by Linus Lüssing
· 10 years ago
2c667a3
batman-adv: fix delayed foreign originator recognition
by Linus Lüssing
· 10 years ago
16a4142
batman-adv: fix indirect hard_iface NULL dereference
by Marek Lindner
· 11 years ago
709de13
batman-adv: fix removing neigh_ifinfo
by Simon Wunderlich
· 11 years ago
7b955a9
batman-adv: always run purge_orig_neighbors
by Simon Wunderlich
· 11 years ago
000c8df
batman-adv: fix neigh reference imbalance
by Simon Wunderlich
· 11 years ago
60432d7
batman-adv: Announce new capability via multicast TVLV
by Linus Lüssing
· 11 years ago
e17931d
batman-adv: introduce capability initialization bitfield
by Linus Lüssing
· 11 years ago
8fdd015
batman-adv: prefer ether_addr_copy to memcpy
by Antonio Quartulli
· 11 years ago
08bf0ed
batman-adv: avoid potential race condition when adding a new neighbour
by Antonio Quartulli
· 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
f3b3d90
batman-adv: add bonding again
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
323813e
batman-adv: use batadv_compare_eth for concise
by dingtianhong
· 11 years ago
d0015fd
batman-adv: provide orig_node routing API
by Antonio Quartulli
· 11 years ago
81e26b1
batman-adv: adapt the neighbor purging routine to use the new API functions
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
95fb130
batman-adv: make the TT global purge routine VLAN specific
by Antonio Quartulli
· 11 years ago
7ea7b4a
batman-adv: make the TT CRC logic VLAN specific
by Antonio Quartulli
· 11 years ago
a70a9aa
batman-adv: lock around TT operations to avoid sending inconsistent data
by Antonio Quartulli
· 11 years ago
610bfc6bc
batman-adv: Receive fragmented packets and merge
by Martin Hundebøll
· 12 years ago
f097e25
batman-adv: Remove old fragmentation code
by Martin Hundebøll
· 12 years ago
414254e
batman-adv: tvlv - gateway download/upload bandwidth container
by Marek Lindner
· 12 years ago
d1dc307
batman-adv: slightly improve neighbor creation debug message
by Antonio Quartulli
· 12 years ago
863dd7a
batman-adv: drop useless argument seqno in neighbor creation
by Antonio Quartulli
· 12 years ago
7282222
batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code
by Linus Lüssing
· 12 years ago
0c81465
batman-adv: use seq_puts instead of seq_printf when the format is constant
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
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
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
7c1fd91
batman-adv: substitute tt_poss_change with a per-tt_entry flag
by Antonio Quartulli
· 12 years ago
785ea11
batman-adv: Distributed ARP Table - create DHT helper functions
by Antonio Quartulli
· 13 years ago
30da63a
batman-adv: consolidate duplicated primary_if checking code
by Marek Lindner
· 12 years ago
0aca236
batman-adv: Fix alignment after opened parentheses
by Sven Eckelmann
· 12 years ago
56303d3
batman-adv: Prefix types structs with batadv_
by Sven Eckelmann
· 12 years ago
5bf74e9
batman-adv: Prefix hash struct and typedef with batadv_
by Sven Eckelmann
· 12 years ago
39c75a5
batman-adv: Prefix main enum with BATADV_
by Sven Eckelmann
· 12 years ago
e9a4f29
batman-adv: Prefix hard-interface enum with BATADV_
by Sven Eckelmann
· 12 years ago
42d0b04
batman-adv: Prefix main defines with BATADV_
by Sven Eckelmann
· 12 years ago
4d5d2db8
batman-adv: Prefix unicast defines with BATADV_
by Sven Eckelmann
· 12 years ago
03fc7f8
batman-adv: Prefix originator 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
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
88ed1e77
batman-adv: Prefix unicast 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
30d3c51
batman-adv: Prefix routing 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
7cf06bc
batman-adv: Prefix gateway-client non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
5346c35
batman-adv: Return error codes instead of -1 on failures
by Sven Eckelmann
· 13 years ago
e3b0d0d
batman-adv: prepare lq_update_lock to be shared among different protocols
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
0b0094e
batman-adv: replace HZ calculations with jiffies_to_msecs()
by Marek Lindner
· 13 years ago
d7b2a97
batman-adv: rename last_valid to last_seen
by Marek Lindner
· 13 years ago
2372138
batman-adv: add basic bridge loop avoidance code
by Simon Wunderlich
· 13 years ago
a7f6ee9
batman-adv: remove old bridge loop avoidance code
by Simon Wunderlich
· 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
567db7b
batman-adv: Update copyright years
by Sven Eckelmann
· 13 years ago
032b796
batman-adv: convert time_after instances to has_timed_out
by Marek Lindner
· 13 years ago
1707157
batman-adv: add tt_initialised flag to the orig_node struct
by Antonio Quartulli
· 13 years ago
c90681b
batman-adv: fixed hash functions type to uint32_t instead of int
by Antonio Quartulli
· 13 years ago
320f422
batman-adv: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
fc95727
batman-adv: agglomerate all batman iv ogm processing functions in a single file
by Marek Lindner
· 13 years ago
1a1f37d
batman-adv: hash_add() has to discriminate on the return value
by Antonio Quartulli
· 13 years ago
c8c991b
batman-adv: initialise last_ttvn and tt_crc for the orig_node structure
by Antonio Quartulli
· 13 years ago
44c4349
batman-adv: Replace version info instead of appending them
by Sven Eckelmann
· 13 years ago
cc47f66
batman-adv: improved roaming mechanism
by Antonio Quartulli
· 14 years ago
a73105b
batman-adv: improved client announcement mechanism
by Antonio Quartulli
· 14 years ago
b8e2dd1
batman-adv: Move compare_orig to originator.c
by Sven Eckelmann
· 13 years ago
704509b
batman-adv: Calculate sizeof using variable insead of types
by Sven Eckelmann
· 14 years ago
747e422
batman-adv: Add const type qualifier for pointers
by Sven Eckelmann
· 14 years ago
38e3c5f
batman-adv: Don't do pointer arithmetic with void*
by Sven Eckelmann
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
2dafb49
batman-adv: rename everything from *hna* into *tt* (translation table)
by Antonio Quartulli
· 14 years ago
Next »