index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Age
Commit message (
Expand
)
Author
2012-06-20
batman-adv: Prefix icmp-socket non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix hard-interface non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix gateway-common non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix gateway-client non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix bitarray non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix bat_sysfs non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix bat_debugfs non-static functions with batadv_
Sven Eckelmann
2012-06-20
batman-adv: Prefix bat_algo non-static functions with batadv_
Sven Eckelmann
2012-06-18
batman-adv: only store changed gw_bandwidth values
Marek Lindner
2012-06-18
batman-adv: fix locking in hash_add()
Matthias Schiffer
2012-06-18
batman-adv: use DBG_ALL in log_level sysfs definition
Antonio Quartulli
2012-06-18
batman-adv: turn tt commit code into routing protocol agnostic API
Marek Lindner
2012-06-18
batman-adv: fix visualization output without neighbors on the primary interface
Matthias Schiffer
2012-06-18
batman-adv: don't bother flipping ->tt_crc
Al Viro
2012-06-18
batman-adv: don't bother flipping ->tt_data
Al Viro
2012-06-18
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
2012-06-18
batman-adv: keep batman_ogm_packet ->seqno net-endian all along
Al Viro
2012-06-18
batman-adv: trivial endianness annotations
Al Viro
2012-06-18
batman-adv: get rid of pointless cast in memcpy()
Al Viro
2012-06-18
batman-adv: return added entries instead of number of possibly added entries
Marek Lindner
2012-06-18
batman-adv: ignore trailing CR when comparing protocol names
Marek Lindner
2012-06-18
batman-adv: avoid characters requiring shell escapes in protocol names
Marek Lindner
2012-06-18
batman-adv: Add get_ethtool_stats() support
Martin Hundebøll
2012-06-18
batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
Antonio Quartulli
2012-06-18
batman-adv: Initialize lockdep class keys for hashes
Sven Eckelmann
2012-06-18
batman-adv: fix skb->data assignment
Antonio Quartulli
2012-06-18
batman-adv: update internal version number
Sven Eckelmann
2012-05-14
batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...
Antonio Quartulli
2012-05-13
batman-adv: Start new development cycle
Sven Eckelmann
2012-05-13
batman-adv: use shorter pr_warn instead of pr_warning
Sven Eckelmann
2012-05-13
batman-adv: refactor window_protected to avoid unnecessary return statement
Marek Lindner
2012-05-13
batman-adv: prepare lq_update_lock to be shared among different protocols
Marek Lindner
2012-05-13
batman-adv: improve unicast packet (re)routing
Antonio Quartulli
2012-05-13
batman-adv: avoid skb_linearise() if not needed
Antonio Quartulli
2012-05-11
batman-adv: add contributor name
Antonio Quartulli
2012-05-11
batman-adv: update copyright years
Antonio Quartulli
2012-05-11
batman-adv: fix checkpatch string complaint
Marek Lindner
2012-05-11
batman-adv: avoid temporary routing loops by being strict on forwarded OGMs
Marek Lindner
2012-05-11
batman-adv: Adding hard_iface specific sysfs wrapper macros for UINT
Linus Luessing
2012-05-11
batman-adv: rename sysfs macros to reflect the soft-interface dependency
Marek Lindner
2012-05-11
batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...
Marek Lindner
2012-05-11
batman-adv: ignore protocol packets if the interface did not enable this prot...
Marek Lindner
2012-05-11
batman-adv: split neigh_new function into generic and batman iv specific parts
Marek Lindner
2012-05-11
batman-adv: replace HZ calculations with jiffies_to_msecs()
Marek Lindner
2012-05-11
batman-adv: rename last_valid to last_seen
Marek Lindner
2012-05-11
batman-adv: register batman ogm receive function during protocol init
Marek Lindner
2012-05-11
batman-adv: introduce packet type handler array for incoming packets
Marek Lindner
2012-05-11
batman-adv: introduce is_single_hop_neigh variable to increase readability
Marek Lindner
[next]