Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
63d486964cbd0d8556f28bf215c37b0d63f6bbba
/
net
/
batman-adv
/
soft-interface.c
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 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
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
d69909d
batman-adv: Prefix types 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
c11fdfa
batman-adv: Prefix types defines with BATADV_
by Sven Eckelmann
· 12 years ago
7e071c7
batman-adv: Prefix packet defines with BATADV_
by Sven Eckelmann
· 12 years ago
0294ca0
batman-adv: Prefix soft-interface local static functions with batadv_
by Sven Eckelmann
· 12 years ago
1eda58b
batman-adv: Prefix main static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
e5d8925
batman-adv: Prefix hard-interface static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
9cfc7bd
batman-adv: Reformat multiline comments to consistent style
by Sven Eckelmann
· 12 years ago
3193e8f
batman-adv: Prefix main non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
88ed1e77
batman-adv: Prefix unicast non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
08c36d3
batman-adv: Prefix translation-table non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
04b482a
batman-adv: Prefix soft-interface non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
9455e34
batman-adv: Prefix send non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
9563877
batman-adv: Prefix hard-interface non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
7cf06bc
batman-adv: Prefix gateway-client non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
08adf15
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
5853e22
batman-adv: Prefix bat_sysfs non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
40a072d
batman-adv: Prefix bat_debugfs non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
f821486
batman-adv: Add get_ethtool_stats() support
by Martin Hundebøll
· 13 years ago
0d12507
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
by Antonio Quartulli
· 13 years ago
7a5cc24
batman-adv: add bridge loop avoidance compile option
by Simon Wunderlich
· 13 years ago
b1a8c04
batman-adv: drop STP over batman
by Simon Wunderlich
· 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
8681a1c
batman-adv: encourage batman to take shorter routes by changing the default hop penalty
by Marek Lindner
· 13 years ago
e8abbe0
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 13 years ago
86ceb36
batman-adv: Ignore 80-chars per line limits for strings
by Sven Eckelmann
· 13 years ago
0695512
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 13 years ago
7c64fd9
batman-adv: Fix indentation of multiline statements
by Sven Eckelmann
· 13 years ago
28009a6
batman-adv: use eth_hw_addr_random() instead of random_ether_addr()
by Danny Kukawka
· 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
1c28047
batman-adv: add infrastructure to change routing algorithm at runtime
by Marek Lindner
· 13 years ago
76543d1
batman-adv: Explicitly mark the common header structure
by Sven Eckelmann
· 13 years ago
06ba7ce
batman-adv: use unregister_netdevice() when softif_create fails
by Simon Wunderlich
· 13 years ago
be7af5c
batman-adv: refactoring gateway handling code
by Marek Lindner
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
8b267b31
batman-adv: do_bcast has to be true for broadcast packets only
by Antonio Quartulli
· 13 years ago
320f422
batman-adv: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
b6da4bf
batman-adv: rename all instances of batman_packet to batman_ogm_packet
by Marek Lindner
· 13 years ago
3d393e4
batman-adv: implement AP-isolation on the sender side
by Antonio Quartulli
· 13 years ago
59b699c
batman-adv: implement AP-isolation on the receiver side
by Antonio Quartulli
· 13 years ago
bc27908
batman-adv: detect clients connected through a 802.11 device
by Antonio Quartulli
· 13 years ago
015758d
batman-adv: correct several typ0s in the comments
by Antonio Quartulli
· 13 years ago
e2270ea
netdevice: Kill 'feature' test macros.
by David S. Miller
· 13 years ago
8698529
batman-adv: add_bcast_packet_to_list() takes the sending delay as parameter
by Antonio Quartulli
· 13 years ago
43676ab5
batman-adv: improved gateway tq-based selection
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
b4e1705
batman-adv: Reduce usage of char
by Sven Eckelmann
· 13 years ago
db69ecf
batman-adv: Keep interface_tx as local function
by Sven Eckelmann
· 13 years ago
728cbc6
batman-adv: Use rcu_dereference_protected by update-side
by Sven Eckelmann
· 13 years ago
704509b
batman-adv: Calculate sizeof using variable insead of types
by Sven Eckelmann
· 13 years ago
747e422
batman-adv: Add const type qualifier for pointers
by Sven Eckelmann
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
02e73c1
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
by David S. Miller
· 14 years ago
6e215fd
batman-adv: Remove multiline comments from line ending
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
61906ae
batman-adv: multi vlan support for bridge loop detection
by Marek Lindner
· 14 years ago
8e3572c
batman,rcu: convert call_rcu(softif_neigh_free_rcu) to kfree_rcu
by Paul E. McKenney
· 14 years ago
dcfd9cd
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
by David S. Miller
· 14 years ago
32ae9b2
batman-adv: Make bat_priv->primary_if an rcu protected pointer
by Marek Lindner
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
97dbee7
net: batman-adv: remove rx_csum ethtool_ops
by Michał Mirosław
· 14 years ago
9c6bc16
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
by David S. Miller
· 14 years ago
af20b71
batman-adv: Set the txqueuelen to zero when creating soft interface
by Andrew Lunn
· 14 years ago
ba85fac
batman-adv: protect softif_neigh by rcu
by Simon Wunderlich
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e44d8fe
batman-adv: Disallow regular interface as mesh device
by Sven Eckelmann
· 14 years ago
7cefb14
batman-adv: Remove unused hdr_size variable in route_unicast_packet()
by Linus Lüssing
· 14 years ago
e6c10f4
batman-adv: rename batman_if struct to hard_iface
by Marek Lindner
· 14 years ago
39901e7
batman-adv: separate ethernet comparing calls from hash functions
by Marek Lindner
· 14 years ago
9e0b33c
batman-adv: Fix possible buffer overflow in softif neigh list output
by Linus Lüssing
· 14 years ago
7d2b554
batman-adv: Correct rcu refcounting for softif_neigh
by Marek Lindner
· 14 years ago
8d68921
batman-adv: Remove two duplicate includes.
by Jesper Juhl
· 14 years ago
ee1e884
batman-adv: Remove duplicate types.h inclusions
by Linus Lüssing
· 14 years ago
64afe35
batman-adv: Update copyright years
by Sven Eckelmann
· 14 years ago
c6c8fea
net: Add batman-adv meshing protocol
by Sven Eckelmann
· 14 years ago