Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4e02370f64167a30ff7ba35ae5bc296f09b964d3
/
net
/
batman-adv
/
main.c
4c8755d
batman-adv: Send multicast packets to nodes with a WANT_ALL flag
by Linus Lüssing
· 11 years ago
ab49886
batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support
by Linus Lüssing
· 11 years ago
60432d7
batman-adv: Announce new capability via multicast TVLV
by Linus Lüssing
· 11 years ago
c5caf4e
batman-adv: Multicast Listener Announcements via Translation Table
by Linus Lüssing
· 11 years ago
8fdd015
batman-adv: prefer ether_addr_copy to memcpy
by Antonio Quartulli
· 11 years ago
4180442
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1df0cbd
batman-adv: fix batman-adv header overhead calculation
by Marek Lindner
· 11 years ago
e19f975
batman-adv: update copyright years for 2014
by Simon Wunderlich
· 11 years ago
031ace8
batman-adv: add build checks for packet sizes
by Simon Wunderlich
· 11 years ago
eceb22a
batman-adv: create helper function to get AP isolation status
by Antonio Quartulli
· 11 years ago
ebf38fb
batman-adv: remove FSF address from GPL disclaimer
by Antonio Quartulli
· 11 years ago
27a417e
batman-adv: fix size of batadv_icmp_header
by Antonio Quartulli
· 11 years ago
a40d9b0
batman-adv: fix header alignment by unrolling batadv_header
by Simon Wunderlich
· 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
a70a9aa
batman-adv: lock around TT operations to avoid sending inconsistent data
by Antonio Quartulli
· 11 years ago
5d2c05b
batman-adv: add per VLAN interface attribute framework
by Antonio Quartulli
· 11 years ago
c018ad3
batman-adv: add the VLAN ID attribute to the TT entry
by Antonio Quartulli
· 11 years ago
411d6ed
batman-adv: consider network coding overhead when calculating required mtu
by Marek Lindner
· 12 years ago
0bf84c1
batman-adv: create common header for ICMP packets
by Antonio Quartulli
· 12 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
a1f1ac5
batman-adv: reorder packet types
by Simon Wunderlich
· 12 years ago
80067c8
batman-adv: add build check macros for packet member offset
by Simon Wunderlich
· 12 years ago
9f4980e
batman-adv: remove vis functionality
by Simon Wunderlich
· 12 years ago
122edaa
batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets
by Marek Lindner
· 12 years ago
335fbe0
batman-adv: tvlv - convert tt query packet to use tvlv unicast packets
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
6c519ba
batman-adv: set up network coding packet handlers during module init
by Matthias Schiffer
· 11 years ago
c54f38c
batman-adv: set skb priority according to content
by Simon Wunderlich
· 11 years ago
aeb193e
net: Unmap fragment page once iterator is done
by Wedson Almeida Filho
· 11 years ago
f69ae77
batman-adv: Avoid double freeing of bat_counters
by Martin Hundebøll
· 12 years ago
a436186
batman-adv: reorder clean up routine in order to avoid race conditions
by Antonio Quartulli
· 12 years ago
293c9c1
batman-adv: check proto length before accessing proto string buffer
by Marek Lindner
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
fe8a93b
batman-adv: make is_my_mac() check for the current mesh only
by Antonio Quartulli
· 12 years ago
0c81465
batman-adv: use seq_puts instead of seq_printf when the format is constant
by Antonio Quartulli
· 12 years ago
a4ac28c
batman-adv: Allow to use rntl_link for device creation/deletion
by Sven Eckelmann
· 12 years ago
d353d8d
batman-adv: network coding - add the initial infrastructure code
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
95a066d
batman-adv: Add function to calculate crc32c for the skb payload
by Sven Eckelmann
· 12 years ago
2f1dfbe
batman-adv: Distributed ARP Table - implement local storage
by Antonio Quartulli
· 12 years ago
7cdcf6d
batman-adv: add UNICAST_4ADDR packet type
by Antonio Quartulli
· 12 years ago
bd5b80d
batman-adv: Check return value of try_module_get
by Sven Eckelmann
· 12 years ago
30da63a
batman-adv: consolidate duplicated primary_if checking code
by Marek Lindner
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
3a7f291
batman-adv: remove a misleading comment
by Jonathan Corbet
· 12 years ago
b706b13
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}
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
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
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
7e071c7
batman-adv: Prefix packet defines with BATADV_
by Sven Eckelmann
· 12 years ago
ee11ad6
batman-adv: Prefix main 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
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
d0f714f
batman-adv: Prefix vis 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
7d211ef
batman-adv: Prefix originator non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
9039dc7
batman-adv: Prefix icmp-socket 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
7cf06bc
batman-adv: Prefix gateway-client 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
40a072d
batman-adv: Prefix bat_debugfs 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
5346c35
batman-adv: Return error codes instead of -1 on failures
by Sven Eckelmann
· 13 years ago
d8cb5486
batman-adv: ignore trailing CR when comparing protocol names
by Marek Lindner
· 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
c322939
batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callback
by Marek Lindner
· 13 years ago
c3e2931
batman-adv: register batman ogm receive function during protocol init
by Marek Lindner
· 13 years ago
ffa995e
batman-adv: introduce packet type handler array for incoming packets
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
00a5007
batman-adv: add iface_disable() callback to routing API
by Marek Lindner
· 13 years ago
c2aca02
batman-adv: refactoring API: find generalized name for bat_ogm_init callback
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
567db7b
batman-adv: Update copyright years
by Sven Eckelmann
· 13 years ago
d419be1
batman-adv: allowing changing the routing algorithm via module parameter
by Marek Lindner
· 13 years ago
01c4224
batman-adv: convert batman iv algorithm to use dynamic infrastructure
by Marek Lindner
· 13 years ago
1c28047
batman-adv: add infrastructure to change routing algorithm at runtime
by Marek Lindner
· 13 years ago
c51f9c0
batman-adv: Rm empty line from is_my_mac() in main.c
by Martin Hundebøll
· 13 years ago
320f422
batman-adv: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
bc27908
batman-adv: detect clients connected through a 802.11 device
by Antonio Quartulli
· 13 years ago
44c4349
batman-adv: Replace version info instead of appending them
by Sven Eckelmann
· 13 years ago
2265c14
batman-adv: gateway election code refactoring
by Antonio Quartulli
· 14 years ago
7683fdc
batman-adv: protect the local and the global trans-tables with rcu
by Antonio Quartulli
· 14 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
747e422
batman-adv: Add const type qualifier for pointers
by Sven Eckelmann
· 14 years ago
2dafb49
batman-adv: rename everything from *hna* into *tt* (translation table)
by Antonio Quartulli
· 14 years ago
c3caf51
batman-adv: Remove unnecessary hardif_list_lock
by Sven Eckelmann
· 14 years ago
Next »