Age | Commit message (Expand) | Author |
2013-10-19 | batman-adv: make the AP isolation attribute VLAN specific | Antonio Quartulli |
2013-10-19 | batman-adv: add sysfs framework for VLAN | Antonio Quartulli |
2013-10-19 | batman-adv: add per VLAN interface attribute framework | Antonio Quartulli |
2013-10-19 | batman-adv: make the Distributed ARP Table vlan aware | Antonio Quartulli |
2013-10-19 | batman-adv: make the GW module correctly talk to the new VLAN-TT | Antonio Quartulli |
2013-10-19 | batman-adv: print the VID together with the TT entries | Antonio Quartulli |
2013-10-19 | batman-adv: use vid when computing local and global TT CRC | Antonio Quartulli |
2013-10-19 | batman-adv: add the VLAN ID attribute to the TT entry | Antonio Quartulli |
2013-10-19 | batman-adv: update email address for Marek Lindner | Marek Lindner |
2013-10-19 | batman-adv: update email address for Simon Wunderlich | Simon Wunderlich |
2013-10-19 | batman-adv: check skb preparation return value | Antonio Quartulli |
2013-10-12 | batman-adv: Add dummy soft-interface rx mode handler | Linus Lüssing |
2013-10-12 | batman-adv: make batadv_tt_save_orig_buffer() generic | Antonio Quartulli |
2013-10-12 | batman-adv: implement batadv_tt_entries | Antonio Quartulli |
2013-10-12 | batman-adv: remove useless find_router look up | Simon Wunderlich |
2013-10-12 | batman-adv: consider network coding overhead when calculating required mtu | Marek Lindner |
2013-10-12 | batman-adv: create common header for ICMP packets | Antonio Quartulli |
2013-10-12 | batman-adv: use htons when possible | Antonio Quartulli |
2013-10-12 | batman-adv: Fragment and send skbs larger than mtu | Martin Hundebøll |
2013-10-12 | batman-adv: Receive fragmented packets and merge | Martin Hundebøll |
2013-10-12 | batman-adv: Remove old fragmentation code | Martin Hundebøll |
2013-10-12 | batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr) | Antonio Quartulli |
2013-10-12 | batman-adv: h_vlan_encapsulated_proto access refactoring | Antonio Quartulli |
2013-10-12 | batman-adv: don't use call_rcu if not needed | Antonio Quartulli |
2013-10-12 | batman-adv: remove batadv_tt_global_add_orig declaration | Antonio Quartulli |
2013-10-12 | batman-adv: make tt_global_add static and return bool | Antonio Quartulli |
2013-10-12 | batman-adv: only add recordroute information to icmp request/reply | Simon Wunderlich |
2013-10-09 | batman-adv: reorder batadv_iv_flags | Simon Wunderlich |
2013-10-09 | batman-adv: remove packed from batadv_ogm_packet | Simon Wunderlich |
2013-10-09 | batman-adv: reorder packet types | Simon Wunderlich |
2013-10-09 | batman-adv: add build check macros for packet member offset | Simon Wunderlich |
2013-10-09 | batman-adv: remove vis functionality | Simon Wunderlich |
2013-10-09 | batman-adv: move BATADV_TT_CLIENT_TEMP to higher bit | Antonio Quartulli |
2013-10-09 | batman-adv: use CRC32C instead of CRC16 in TT code | Antonio Quartulli |
2013-10-09 | batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets | Marek Lindner |
2013-10-09 | batman-adv: tvlv - convert tt query packet to use tvlv unicast packets | Marek Lindner |
2013-10-09 | batman-adv: tvlv - convert tt data sent within OGMs | Marek Lindner |
2013-10-09 | batman-adv: tvlv - add network coding container | Marek Lindner |
2013-10-09 | batman-adv: tvlv - add distributed arp table container | Marek Lindner |
2013-10-09 | batman-adv: tvlv - gateway download/upload bandwidth container | Marek Lindner |
2013-10-09 | batman-adv: tvlv - basic infrastructure | Marek Lindner |
2013-10-09 | batman-adv: switch to a new packet compatibility version | Antonio Quartulli |
2013-10-02 | batman-adv: set up network coding packet handlers during module init | Matthias Schiffer |
2013-09-17 | batman-adv: set the TAG flag for the vid passed to BLA | Antonio Quartulli |
2013-09-03 | batman: Remove reference to compare_ether_addr | Joe Perches |
2013-08-28 | batman-adv: send GW_DEL event when the gw client mode is deselected | Antonio Quartulli |
2013-08-28 | batman-adv: Start new development cycle | Simon Wunderlich |
2013-08-28 | batman-adv: move enum definition at the top of the file | Antonio Quartulli |
2013-08-28 | batman-adv: set skb priority according to content | Simon Wunderlich |
2013-08-17 | batman-adv: check return type of unicast packet preparations | Linus Lüssing |