Age | Commit message (Expand) | Author |
2013-01-27 | batman-adv: filter ARP packets with invalid MAC addresses in DAT | Matthias Schiffer |
2013-01-27 | batman-adv: check for more types of invalid IP addresses in DAT | Matthias Schiffer |
2013-01-27 | batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply() | Matthias Schiffer |
2012-12-26 | batman-adv: fix random jitter calculation | Akinobu Mita |
2012-11-30 | batman-adv: use ETH_P_BATMAN | Antonio Quartulli |
2012-11-21 | batman-adv: Use packing of 2 for all headers before an ethernet header | Sven Eckelmann |
2012-11-21 | batman-adv: Start new development cycle | Sven Eckelmann |
2012-11-21 | batman-adv: Fix broadcast duplist for fragmentation | Simon Wunderlich |
2012-11-21 | batman-adv: Add function to calculate crc32c for the skb payload | Sven Eckelmann |
2012-11-21 | batman-adv: Add wrapper to look up neighbor and send skb | Martin Hundebøll |
2012-11-21 | batman-adv: support array of debugfs general attributes | Antonio Quartulli |
2012-11-21 | batman-adv: fix bla compare function | Simon Wunderlich |
2012-11-21 | batman-adv: Mark best gateway in transtable_global debugfs | Sven Eckelmann |
2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-11-16 | batman-adv: process broadcast packets in BLA earlier | Antonio Quartulli |
2012-11-16 | batman-adv: don't add TEMP clients belonging to other backbone nodes | Antonio Quartulli |
2012-11-16 | batman-adv: correctly pass the client flag on tt_response | Antonio Quartulli |
2012-11-16 | batman-adv: fix tt_global_entries flags update | Antonio Quartulli |
2012-11-14 | batman-adv: Remove instant overwritten variable initialization | Sven Eckelmann |
2012-11-14 | batman-adv: roaming handling mechanism redesign | Antonio Quartulli |
2012-11-14 | batman-adv: refactor tt_global_del_struct() | Antonio Quartulli |
2012-11-14 | batman-adv: refactor code to simplify long lines | Antonio Quartulli |
2012-11-14 | batman-adv: substitute tt_poss_change with a per-tt_entry flag | Antonio Quartulli |
2012-11-14 | batman-adv: wait multiple periods before activating bla | Simon Wunderlich |
2012-11-14 | batman-adv: allow bla traffic only after first worker period | Simon Wunderlich |
2012-11-14 | batman-adv: send announcement when backbone gw is registered | Simon Wunderlich |
2012-11-14 | batman-adv: prevent using any virtual device created on batman-adv as hard-in... | Antonio Quartulli |
2012-11-14 | batman-adv: fix wrong spinlock inline comment | Antonio Quartulli |
2012-11-14 | batman-adv: don't rely on positions in struct for hashing | Simon Wunderlich |
2012-11-07 | batman-adv: enable fast client detection using unicast_4addr packets | Antonio Quartulli |
2012-11-07 | batman-adv: Add get_ethtool_stats() support for DAT | Martin Hundebøll |
2012-11-07 | batman-adv: Distributed ARP Table - add runtime switch | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - add compile option | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - add snooping functions for ARP messages | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - add ARP parsing functions | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - implement local storage | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - create DHT helper functions | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - add a new debug log level | Antonio Quartulli |
2012-11-07 | batman-adv: add UNICAST_4ADDR packet type | Antonio Quartulli |
2012-11-07 | batman-adv: Mark correctly aligned headers not as __packed | Sven Eckelmann |
2012-11-07 | batman-adv: Reserve extra bytes in skb for better alignment | Sven Eckelmann |
2012-10-29 | batman-adv: add kernel-doc for enum batadv_dbg_level | Antonio Quartulli |
2012-10-29 | batman-adv: pass the WIFI flag from the local to global entry | Antonio Quartulli |
2012-10-29 | batman-adv: properly convert flag into a boolean value | Antonio Quartulli |
2012-10-29 | batman-adv: check for more space before accessing the skb | Antonio Quartulli |
2012-10-29 | batman-adv: print packets re-routing on DBG_TT and ratelimit it | Antonio Quartulli |
2012-10-29 | batman-adv: properly store the roaming time | Antonio Quartulli |
2012-10-29 | batman-adv: don't allow ECTP traffic on batman-adv | Simon Wunderlich |
2012-10-29 | batman-adv: Only increase refcounter once for alternate router | Sven Eckelmann |
2012-10-29 | batman-adv: Check return value of try_module_get | Sven Eckelmann |