Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c1fa3426aa5c782724c97394303d52228206eda4
/
net
/
batman-adv
/
soft-interface.c
4c18c42
batman-adv: set the TAG flag for the vid passed to BLA
by Antonio Quartulli
· 11 years ago
c54f38c
batman-adv: set skb priority according to content
by Simon Wunderlich
· 11 years ago
9d2c948
batman-adv: fix potential kernel paging errors for unicast transmissions
by Linus Lüssing
· 11 years ago
eb2deb6
batman-adv: change VID semantic in the BLA code
by Antonio Quartulli
· 12 years ago
7ed4be9
batman-adv: use eth_hdr() when it makes sense
by Antonio Quartulli
· 12 years ago
f69ae77
batman-adv: Avoid double freeing of bat_counters
by Martin Hundebøll
· 12 years ago
0c50134
batman-adv: fix global protection fault during soft_iface destruction
by Antonio Quartulli
· 12 years ago
3dbd550
batman-adv: Allow to modify slaves of soft-interfaces through rntl_link
by Sven Eckelmann
· 12 years ago
a4ac28c
batman-adv: Allow to use rntl_link for device creation/deletion
by Sven Eckelmann
· 12 years ago
e07932a
batman-adv: rename batadv_softif_destroy to reflect sysfs use case
by Marek Lindner
· 12 years ago
b324602
batman-adv: Move deinitialization of soft-interface to destructor
by Sven Eckelmann
· 12 years ago
3713029
batman-adv: Move soft-interface initialization to ndo_init
by Sven Eckelmann
· 12 years ago
2df5278
batman-adv: network coding - receive coded packets and decode them
by Martin Hundebøll
· 12 years ago
612d2b4
batman-adv: network coding - save overheard and tx packets for decoding
by Martin Hundebøll
· 12 years ago
3c12de9
batman-adv: network coding - code and transmit packets if possible
by Martin Hundebøll
· 12 years ago
d353d8d
batman-adv: network coding - add the initial infrastructure code
by Martin Hundebøll
· 12 years ago
0b87393
batman-adv: update copyright years
by Antonio Quartulli
· 12 years ago
5bc44dc
batman-adv: postpone sysfs removal when unregistering
by Simon Wunderlich
· 12 years ago
0c430d0
batman-adv: unbloat batadv_priv if debug is not enabled
by Marek Lindner
· 12 years ago
fa70655
batman-adv: don't compile the BLA switch if not requested
by Antonio Quartulli
· 12 years ago
02233e0
batman-adv: Do not add multicast MAC addresses to translation table
by Linus Lüssing
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
af5d4f7
batman-adv: use ETH_P_BATMAN
by Antonio Quartulli
· 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
7c1fd91
batman-adv: substitute tt_poss_change with a per-tt_entry flag
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
c384ea3
batman-adv: Distributed ARP Table - add snooping functions for ARP messages
by Antonio Quartulli
· 13 years ago
7cdcf6d
batman-adv: add UNICAST_4ADDR packet type
by Antonio Quartulli
· 12 years ago
4934ab9
batman-adv: don't allow ECTP traffic on batman-adv
by Simon Wunderlich
· 12 years ago
36c1d15
batman-adv: Set special lockdep classes to avoid lockdep warning
by Sven Eckelmann
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
40a3eb3
batman-adv: Fix change mac address of soft iface.
by Def
· 12 years ago
3713517
batman-adv: change interface_rx to get orig node
by Antonio Quartulli
· 12 years ago
bbb1f90
batman-adv: Don't break statements after assignment operator
by Sven Eckelmann
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
1c9b055
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
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
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
Next »