serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / net / batman-adv /
2011-12-06 Antonio Quartullibatman-adv: delete global entry in case of roaming
2011-12-06 Antonio Quartullibatman-adv: in case of roaming mark the client with...
2011-10-30 David S. MillerMerge branch 'batman-adv/maint' of git://git.open-mesh...
2011-10-25 Antonio Quartullibatman-adv: unify hash_entry field position in tt_local...
2011-10-25 Simon Wunderlichbatman-adv: add sanity check when removing global tts
2011-10-25 Simon Wunderlichbatman-adv: remove references for global tt entries
2011-10-24 David S. MillerMerge branch 'master' of ra./linux/kernel/git/davem/net
2011-10-18 Antonio Quartullibatman-adv: correctly set the data field in the TT_REPO...
2011-10-18 Antonio Quartullibatman-adv: fix tt_local_reset_flags() function
2011-10-07 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-22 Antonio Quartullibatman-adv: do_bcast has to be true for broadcast packe...
2011-09-08 Joe Perchesbatman-adv: Remove unnecessary OOM logging messages
2011-09-08 Sven Eckelmannbatman-adv: update internal version number
2011-09-08 Marek Lindnerbatman-adv: agglomerate all batman iv ogm sending funct...
2011-09-08 Marek Lindnerbatman-adv: move routing packet initialization into...
2011-09-08 Marek Lindnerbatman-adv: agglomerate all batman iv ogm processing...
2011-09-08 Marek Lindnerbatman-adv: rename all instances of batman_packet to...
2011-08-22 Marek Lindnerbatman-adv: merge update_transtable() into tt related...
2011-08-22 Marek Lindnerbatman-adv: reuse tt_len() to calculate tt buffer length
2011-08-22 Antonio Quartullibatman-adv: print client flags in the local/global...
2011-08-22 Antonio Quartullibatman-adv: implement AP-isolation on the sender side
2011-08-22 Antonio Quartullibatman-adv: implement AP-isolation on the receiver...
2011-08-22 Antonio Quartullibatman-adv: detect clients connected through a 802...
2011-08-22 Antonio Quartullibatman-adv: correct several typ0s in the comments
2011-08-22 Antonio Quartullibatman-adv: hash_add() has to discriminate on the retur...
2011-07-12 David S. Millernetdevice: Kill 'feature' test macros.
2011-07-08 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-07-07 Antonio Quartullibatman-adv: request the full table if tt_crc doesn...
2011-07-07 Antonio Quartullibatman-adv: keep global table consistency in case of...
2011-07-07 Antonio Quartullibatman-adv: keep local table consistency for further...
2011-07-07 Antonio Quartullibatman-adv: initialise last_ttvn and tt_crc for the...
2011-07-06 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-07-05 Sven Eckelmannbatman-adv: Replace version info instead of appending...
2011-07-05 Marek Lindnerbatman-adv: aggregation checks should use the primary_i...
2011-07-05 Marek Lindnerbatman-adv: broadcast primary OGM on all active hard...
2011-07-05 Antonio Quartullibatman-adv: pass a unique flag arg instead of a sequenc...
2011-07-05 Antonio Quartullibatman-adv: add_bcast_packet_to_list() takes the sendin...
2011-07-05 Antonio Quartullibatman-adv: unify flags for tt_change/tt_local_entry...
2011-06-20 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-06-20 Antonio Quartullibatman-adv: improved gateway tq-based selection
2011-06-20 Antonio Quartullibatman-adv: throw uevent in userspace on gateway add...
2011-06-20 Antonio Quartullibatman-adv: gateway election code refactoring
2011-06-20 Antonio Quartullibatman-adv: add wrapper function to throw uevent in...
2011-06-20 Antonio Quartullibatman-adv: protect the local and the global trans...
2011-06-20 Antonio Quartullibatman-adv: improved roaming mechanism
2011-06-20 Antonio Quartullibatman-adv: improved client announcement mechanism
2011-06-20 Antonio Quartullibatman-adv: Unify the first 3 bytes in each packet
2011-06-20 Sven Eckelmannbatman-adv: Reduce usage of char
2011-06-20 David Howellsbatman-adv: count_real_packets() in batman-adv assumes...
2011-06-20 Sven Eckelmannbatman-adv: Keep interface_tx as local function
2011-06-20 Sven Eckelmannbatman-adv: Move compare_orig to originator.c
2011-06-09 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-06-09 Marek Lindnerbatman-adv: use NO_FLAGS define instead of hard-coding 0
2011-06-09 Sven Eckelmannbatman-adv: Use enums for related constants
2011-06-09 Sven Eckelmannbatman-adv: Rewrite debugfs kobj_to_* helpers as functions
2011-06-09 Sven Eckelmannbatman-adv: Fix signedness problem in parse_gw_bandwidth
2011-06-09 Sven Eckelmannbatman-adv: Don't return value in void function
2011-06-09 Daniele Furlanbatman-adv: accept delayed rebroadcasts to avoid bogus...
2011-06-05 Joe Perchesnet: Remove unnecessary semicolons
2011-05-30 Sven Eckelmannbatman-adv: Ensure that we really have route changes...
2011-05-30 Antonio Quartullibatman-adv: a multiline comment should precede the...
2011-05-30 Antonio Quartullibatman-adv: use is_broadcast_ether_addr() instead of...
2011-05-30 Sven Eckelmannbatman-adv: Check type of x and y in seq_(before|after)
2011-05-30 Antonio Quartullibatman-adv: move smallest_signed_int(), seq_before...
2011-05-30 Sven Eckelmannbatman-adv: Use rcu_dereference_protected by update...
2011-05-30 Sven Eckelmannbatman-adv: Calculate sizeof using variable insead...
2011-05-30 Sven Eckelmannbatman-adv: Remove casts from type x to type x
2011-05-30 Sven Eckelmannbatman-adv: Remove explicit casts cast from void* for...
2011-05-30 Sven Eckelmannbatman-adv: Only use int up and down gw representation
2011-05-30 Sven Eckelmannbatman-adv: Add const type qualifier for pointers
2011-05-30 Sven Eckelmannbatman-adv: Don't do pointer arithmetic with void*
2011-05-30 Sven Eckelmannbatman-adv: Remove comparising < 0 for unsigned type
2011-05-30 Sven Eckelmannbatman-adv: Print jiffies as unsigned long
2011-05-30 Sven Eckelmannbatman-adv: Annotate functions with format strings
2011-05-30 Sven Eckelmannbatman-adv: Use kzalloc rather than kmalloc followed...
2011-05-30 Antonio Quartullibatman-adv: move neigh_node->if_incoming->if_status...
2011-05-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-05-15 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-05-14 Marek Lindnerbatman-adv: reset broadcast flood protection on error
2011-05-14 Sven Eckelmannbatman-adv: Add missing hardif_free_ref in forw_packet_free
2011-05-08 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-05-08 Daniele Furlanbatman-adv: remove duplicate code from function is_bidi...
2011-05-08 Sven Eckelmannbatman-adv: Remove multiline comments from line ending
2011-05-08 Antonio Quartullibatman-adv: rename everything from *hna* into *tt*...
2011-05-08 Marek Lindnerbatman-adv: Fix refcount imbalance in find_router
2011-05-08 Sven Eckelmannbatman-adv: Avoid deadlock between rtnl_lock and s_active
2011-05-08 Sven Eckelmannbatman-adv: Remove unnecessary hardif_list_lock
2011-05-08 Marek Lindnerbatman-adv: multi vlan support for bridge loop detection
2011-05-08 Marek Lindnerbatman-adv: remove misplaced comment
2011-05-08 Paul E. McKenneybatman,rcu: convert call_rcu(softif_neigh_free_rcu...
2011-05-08 Paul E. McKenneybatman,rcu: convert call_rcu(neigh_node_free_rcu) to...
2011-05-08 Paul E. McKenneybatman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcu
2011-05-02 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-05-01 Marek Lindnerbatman-adv: Make bat_priv->primary_if an rcu protected...
2011-05-01 Antonio Quartullibatman-adv: fix gw_node_update() and gw_election()
2011-05-01 Antonio Quartullibatman-adv: Move definition of atomic_dec_not_zero...
2011-05-01 Antonio Quartullibatman-adv: orig_hash_find() manages rcu_lock/unlock...
2011-04-29 David Decotignyethtool: cosmetic: Use ethtool ethtool_cmd_speed API
2011-04-20 Michał Mirosławnet: batman-adv: remove rx_csum ethtool_ops
2011-04-18 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
next