Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f868ef995b32f0f08d7b6ce700bbe25de3ad65ac
/
net
/
batman-adv
143cdd8
batman-adv: fix random jitter calculation
by Akinobu Mita
· 12 years ago
af5d4f7
batman-adv: use ETH_P_BATMAN
by Antonio Quartulli
· 12 years ago
e022b95
batman-adv: Use packing of 2 for all headers before an ethernet header
by Sven Eckelmann
· 12 years ago
d81f78e
batman-adv: Start new development cycle
by Sven Eckelmann
· 12 years ago
004e86f
batman-adv: Fix broadcast duplist for fragmentation
by Simon Wunderlich
· 12 years ago
95a066d
batman-adv: Add function to calculate crc32c for the skb payload
by Sven Eckelmann
· 12 years ago
bb351ba
batman-adv: Add wrapper to look up neighbor and send skb
by Martin Hundebøll
· 12 years ago
637fbd1
batman-adv: support array of debugfs general attributes
by Antonio Quartulli
· 12 years ago
c76d152
batman-adv: fix bla compare function
by Simon Wunderlich
· 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
74490f9
batman-adv: process broadcast packets in BLA earlier
by Antonio Quartulli
· 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
2870987
batman-adv: wait multiple periods before activating bla
by Simon Wunderlich
· 12 years ago
d807f27
batman-adv: allow bla traffic only after first worker period
by Simon Wunderlich
· 12 years ago
52aebd6
batman-adv: send announcement when backbone gw is registered
by Simon Wunderlich
· 12 years ago
b7eddd0
batman-adv: prevent using any virtual device created on batman-adv as hard-interface
by Antonio Quartulli
· 12 years ago
a7528f8
batman-adv: fix wrong spinlock inline comment
by Antonio Quartulli
· 12 years ago
07568d0
batman-adv: don't rely on positions in struct for hashing
by Simon Wunderlich
· 12 years ago
9affec6
batman-adv: enable fast client detection using unicast_4addr packets
by Antonio Quartulli
· 12 years ago
4046b24
batman-adv: Add get_ethtool_stats() support for DAT
by Martin Hundebøll
· 13 years ago
33af49a
batman-adv: Distributed ARP Table - add runtime switch
by Antonio Quartulli
· 12 years ago
1722447
batman-adv: Distributed ARP Table - add compile option
by Antonio Quartulli
· 13 years ago
c384ea3
batman-adv: Distributed ARP Table - add snooping functions for ARP messages
by Antonio Quartulli
· 13 years ago
5c3a0e5
batman-adv: Distributed ARP Table - add ARP parsing functions
by Antonio Quartulli
· 13 years ago
2f1dfbe
batman-adv: Distributed ARP Table - implement local storage
by Antonio Quartulli
· 12 years ago
785ea11
batman-adv: Distributed ARP Table - create DHT helper functions
by Antonio Quartulli
· 13 years ago
0e861a3
batman-adv: Distributed ARP Table - add a new debug log level
by Antonio Quartulli
· 12 years ago
7cdcf6d
batman-adv: add UNICAST_4ADDR packet type
by Antonio Quartulli
· 12 years ago
f6c57a4
batman-adv: Mark correctly aligned headers not as __packed
by Sven Eckelmann
· 12 years ago
5b24657
batman-adv: Reserve extra bytes in skb for better alignment
by Sven Eckelmann
· 12 years ago
0aca86c
batman-adv: add kernel-doc for enum batadv_dbg_level
by Antonio Quartulli
· 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
b8fcfa4
batman-adv: check for more space before accessing the skb
by Antonio Quartulli
· 12 years ago
60c39c7
batman-adv: print packets re-routing on DBG_TT and ratelimit it
by Antonio Quartulli
· 12 years ago
fdf7932
batman-adv: properly store the roaming time
by Antonio Quartulli
· 12 years ago
4934ab9
batman-adv: don't allow ECTP traffic on batman-adv
by Simon Wunderlich
· 12 years ago
fe3f4cf
batman-adv: Only increase refcounter once for alternate router
by Sven Eckelmann
· 12 years ago
bd5b80d
batman-adv: Check return value of try_module_get
by Sven Eckelmann
· 12 years ago
8e7c15d
batman-adv: Remove extra check in batadv_bit_get_packet
by Sven Eckelmann
· 12 years ago
36c1d15
batman-adv: Set special lockdep classes to avoid lockdep warning
by Sven Eckelmann
· 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
f03a13a
batman-adv: Remove unused define BAT_ATTR_HIF_UINT
by Sven Eckelmann
· 12 years ago
1451151
batman-adv: split hard_iface struct for each routing protocol
by Marek Lindner
· 12 years ago
d48ddb8
batman-adv: use check_unicast_packet() in recv_roam_adv()
by Antonio Quartulli
· 12 years ago
7dac7b7
batman-adv: Fix potential broadcast BLA-duplicate-check race condition
by Linus Lüssing
· 12 years ago
7f112af
batman-adv: Fix broadcast packet CRC calculation
by Linus Lüssing
· 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
40a3eb3
batman-adv: Fix change mac address of soft iface.
by Def
· 12 years ago
dbd6b11
batman-adv: make batadv_test_bit() return 0 or 1 only
by Linus Lüssing
· 12 years ago
fa4f0af
batman-adv: Start new development cycle
by Sven Eckelmann
· 12 years ago
3713517
batman-adv: change interface_rx to get orig node
by Antonio Quartulli
· 12 years ago
30cfd02
batman-adv: detect not yet announced clients
by Antonio Quartulli
· 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
74ee363
batman-adv: Drop tt queries with foreign dest
by Martin Hundebøll
· 12 years ago
ff51fd7
batman-adv: Move batadv_check_unicast_packet()
by Martin Hundebøll
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
6244630
batman-adv: check batadv_orig_hash_add_if() return code
by Simon Wunderlich
· 12 years ago
a51fb9b
batman-adv: fix typos in comments
by Antonio Quartulli
· 12 years ago
d657e62
batman-adv: add reference counting for type batadv_tt_orig_list_entry
by Antonio Quartulli
· 12 years ago
3a7f291
batman-adv: remove a misleading comment
by Jonathan Corbet
· 12 years ago
1c9b055
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
by Marek Lindner
· 12 years ago
3eb8773
batman-adv: rename bridge loop avoidance claim types
by Simon Wunderlich
· 12 years ago
99e966f
batman-adv: correct comments in bridge loop avoidance
by Simon Wunderlich
· 12 years ago
536a23f
batman-adv: Add the backbone gateway list to debugfs
by Simon Wunderlich
· 12 years ago
c704372
batman-adv: move function arguments on one line
by Antonio Quartulli
· 12 years ago
155e4e1
batman-adv: Fix mem leak in the batadv_tt_local_event() function
by Jesper Juhl
· 12 years ago
caa0bf6
batman-adv: select an internet gateway if none was chosen
by Marek Lindner
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
2d3f6cc
batman-adv: check incoming packet type for bla
by Simon Wunderlich
· 12 years ago
162d549
batman-adv: Don't leak information through uninitialized packet fields
by Sven Eckelmann
· 12 years ago
0c5e45b6
batman-adv: fix counter summary length
by Marek Lindner
· 12 years ago
0aca236
batman-adv: Fix alignment after opened parentheses
by Sven Eckelmann
· 12 years ago
cb4cca7
batman-adv: Remove space before semicolon
by Sven Eckelmann
· 12 years ago
b706b13
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}
by Sven Eckelmann
· 12 years ago
a8a0a62
batman-adv: Transform BATADV_LOG_BUFF(idx) into function
by Sven Eckelmann
· 12 years ago
56303d3
batman-adv: Prefix types structs with batadv_
by Sven Eckelmann
· 12 years ago
9641269
batman-adv: Prefix packet structs with batadv_
by Sven Eckelmann
· 12 years ago
b4d66b8
batman-adv: Prefix local sysfs struct with batadv_
by Sven Eckelmann
· 12 years ago
5bf74e9
batman-adv: Prefix hash struct and typedef with batadv_
by Sven Eckelmann
· 12 years ago
7f223c0
batman-adv: Prefix local debugfs structs with batadv_
by Sven Eckelmann
· 12 years ago
39c75a5
batman-adv: Prefix main enum with BATADV_
by Sven Eckelmann
· 12 years ago
acd34af
batman-adv: Prefix packet enum with BATADV_
by Sven Eckelmann
· 12 years ago
d69909d
batman-adv: Prefix types enum with BATADV_
by Sven Eckelmann
· 12 years ago
e9a4f29
batman-adv: Prefix hard-interface enum with BATADV_
by Sven Eckelmann
· 12 years ago
cd646ab
batman-adv: Prefix gateway enum with BATADV_
by Sven Eckelmann
· 12 years ago
42d0b04
batman-adv: Prefix main defines with BATADV_
by Sven Eckelmann
· 12 years ago
Next »