Age | Commit message (Expand) | Author | Files | Lines |
2015-01-07 | batman-adv: fix misspelled words | Antonio Quartulli | 1 | -1/+1 |
2015-01-07 | batman-adv: remove obsolete variable primary_iface from orig_node | Simon Wunderlich | 1 | -2/+0 |
2014-07-21 | batman-adv: fix TT VLAN inconsistency on VLAN re-add | Antonio Quartulli | 1 | -0/+2 |
2014-03-22 | batman-adv: improve DAT documentation | Antonio Quartulli | 1 | -2/+3 |
2014-03-22 | batman-adv: Send multicast packets to nodes with a WANT_ALL flag | Linus Lüssing | 1 | -1/+13 |
2014-03-22 | batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support | Linus Lüssing | 1 | -0/+12 |
2014-03-22 | batman-adv: Modified forwarding behaviour for multicast packets | Linus Lüssing | 1 | -0/+7 |
2014-03-22 | batman-adv: Announce new capability via multicast TVLV | Linus Lüssing | 1 | -0/+13 |
2014-03-22 | batman-adv: introduce capability initialization bitfield | Linus Lüssing | 1 | -3/+4 |
2014-03-22 | batman-adv: Multicast Listener Announcements via Translation Table | Linus Lüssing | 1 | -0/+24 |
2014-03-22 | batman-adv: fix a few kerneldoc inconsistencies | Simon Wunderlich | 1 | -5/+5 |
2014-01-16 | batman-adv: use consistent kerneldoc style | Simon Wunderlich | 1 | -2/+4 |
2014-01-12 | batman-adv: update copyright years for 2014 | Simon Wunderlich | 1 | -1/+1 |
2014-01-12 | batman-adv: add debugfs support to view multiif tables | Simon Wunderlich | 1 | -1/+2 |
2014-01-12 | batman-adv: add debugfs structure for information per interface | Simon Wunderlich | 1 | -0/+2 |
2014-01-12 | batman-adv: add bonding again | Simon Wunderlich | 1 | -0/+2 |
2014-01-12 | batman-adv: consider outgoing interface in OGM sending | Simon Wunderlich | 1 | -2/+5 |
2014-01-12 | batman-adv: split out router from orig_node | Simon Wunderlich | 1 | -8/+24 |
2014-01-12 | batman-adv: split tq information in neigh_node struct | Simon Wunderlich | 1 | -26/+48 |
2014-01-12 | batman-adv: remove bonding and interface alternating | Simon Wunderlich | 1 | -8/+2 |
2014-01-08 | batman-adv: add isolation_mark sysfs attribute | Antonio Quartulli | 1 | -0/+2 |
2014-01-08 | batman-adv: send every DHCP packet as bat-unicast | Antonio Quartulli | 1 | -0/+12 |
2014-01-08 | batman-adv: remove FSF address from GPL disclaimer | Antonio Quartulli | 1 | -3/+1 |
2013-10-23 | batman-adv: generalize batman-adv icmp packet handling | Simon Wunderlich | 1 | -1/+1 |
2013-10-23 | batman-adv: include the sync-flags when compute the global/local table CRC | Antonio Quartulli | 1 | -0/+6 |
2013-10-23 | batman-adv: improve the TT component to support runtime flag changes | Antonio Quartulli | 1 | -0/+6 |
2013-10-23 | batman-adv: limit local translation table max size | Marek Lindner | 1 | -0/+3 |
2013-10-23 | batman-adv: provide orig_node routing API | Antonio Quartulli | 1 | -0/+11 |
2013-10-23 | batman-adv: add bat_neigh_is_equiv_or_better API function | Antonio Quartulli | 1 | -0/+4 |
2013-10-23 | batman-adv: add bat_neigh_cmp API function | Antonio Quartulli | 1 | -0/+3 |
2013-10-23 | batman-adv: add bat_orig_print API function | Antonio Quartulli | 1 | -0/+3 |
2013-10-23 | batman-adv: make struct batadv_orig_node algorithm agnostic | Antonio Quartulli | 1 | -11/+19 |
2013-10-23 | batman-adv: make struct batadv_neigh_node algorithm agnostic | Antonio Quartulli | 1 | -16/+25 |
2013-10-20 | batman-adv: make the TT CRC logic VLAN specific | Antonio Quartulli | 1 | -8/+33 |
2013-10-19 | batman-adv: lock around TT operations to avoid sending inconsistent data | Antonio Quartulli | 1 | -0/+13 |
2013-10-19 | batman-adv: make the AP isolation attribute VLAN specific | Antonio Quartulli | 1 | -2/+2 |
2013-10-19 | batman-adv: add per VLAN interface attribute framework | Antonio Quartulli | 1 | -0/+21 |
2013-10-19 | batman-adv: make the Distributed ARP Table vlan aware | Antonio Quartulli | 1 | -0/+2 |
2013-10-19 | batman-adv: add the VLAN ID attribute to the TT entry | Antonio Quartulli | 1 | -0/+2 |
2013-10-12 | batman-adv: consider network coding overhead when calculating required mtu | Marek Lindner | 1 | -7/+0 |
2013-10-12 | batman-adv: Fragment and send skbs larger than mtu | Martin Hundebøll | 1 | -0/+6 |
2013-10-12 | batman-adv: Receive fragmented packets and merge | Martin Hundebøll | 1 | -0/+38 |
2013-10-12 | batman-adv: Remove old fragmentation code | Martin Hundebøll | 1 | -19/+0 |
2013-10-09 | batman-adv: remove vis functionality | Simon Wunderlich | 1 | -84/+0 |
2013-10-09 | batman-adv: use CRC32C instead of CRC16 in TT code | Antonio Quartulli | 1 | -2/+2 |
2013-10-09 | batman-adv: tvlv - convert tt data sent within OGMs | Marek Lindner | 1 | -1/+1 |
2013-10-09 | batman-adv: tvlv - add network coding container | Marek Lindner | 1 | -0/+2 |
2013-10-09 | batman-adv: tvlv - add distributed arp table container | Marek Lindner | 1 | -0/+10 |
2013-10-09 | batman-adv: tvlv - gateway download/upload bandwidth container | Marek Lindner | 1 | -4/+8 |
2013-10-09 | batman-adv: tvlv - basic infrastructure | Marek Lindner | 1 | -0/+72 |