| Commit message (Expand) | Author | Age | Files | Lines |
* | batman-adv: Fix use of seq_has_overflowed() | Joe Perches | 2015-02-22 | 1 | -1/+1 |
* | batman-adv: Remove uses of return value of seq_printf | Joe Perches | 2015-02-20 | 1 | -9/+10 |
* | batman-adv: checkpatch - Please use a blank line after declarations | Antonio Quartulli | 2015-01-07 | 1 | -0/+1 |
* | batman-adv: avoid NULL dereferences and fix if check | Antonio Quartulli | 2014-12-23 | 1 | -1/+1 |
* | batman-adv: increase orig refcount when storing ref in gw_node | Antonio Quartulli | 2014-05-15 | 1 | -2/+9 |
* | batman-adv: prefer ether_addr_copy to memcpy | Antonio Quartulli | 2014-03-22 | 1 | -1/+1 |
* | batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path | Linus Lüssing | 2014-03-22 | 1 | -3/+3 |
* | net: remove unnecessary return's | stephen hemminger | 2014-02-13 | 1 | -2/+0 |
* | batman-adv: update copyright years for 2014 | Simon Wunderlich | 2014-01-12 | 1 | -1/+1 |
* | batman-adv: split out router from orig_node | Simon Wunderlich | 2014-01-12 | 1 | -5/+6 |
* | batman-adv: split tq information in neigh_node struct | Simon Wunderlich | 2014-01-12 | 1 | -9/+66 |
* | batman-adv: send every DHCP packet as bat-unicast | Antonio Quartulli | 2014-01-08 | 1 | -95/+76 |
* | batman-adv: rename gw_deselect() to gw_reselect() | Antonio Quartulli | 2014-01-08 | 1 | -12/+23 |
* | batman-adv: deselect current GW on client mode switch off | Antonio Quartulli | 2014-01-08 | 1 | -0/+5 |
* | batman-adv: remove FSF address from GPL disclaimer | Antonio Quartulli | 2014-01-08 | 1 | -3/+1 |
* | batman-adv: make struct batadv_neigh_node algorithm agnostic | Antonio Quartulli | 2013-10-23 | 1 | -8/+8 |
* | batman-adv: remove bogus comment | Antonio Quartulli | 2013-10-19 | 1 | -5/+0 |
* | batman-adv: make the GW module correctly talk to the new VLAN-TT | Antonio Quartulli | 2013-10-19 | 1 | -3/+18 |
* | batman-adv: add the VLAN ID attribute to the TT entry | Antonio Quartulli | 2013-10-19 | 1 | -1/+2 |
* | batman-adv: use htons when possible | Antonio Quartulli | 2013-10-12 | 1 | -2/+2 |
* | batman-adv: h_vlan_encapsulated_proto access refactoring | Antonio Quartulli | 2013-10-12 | 1 | -7/+12 |
* | batman-adv: tvlv - gateway download/upload bandwidth container | Marek Lindner | 2013-10-09 | 1 | -66/+121 |
* | batman-adv: send GW_DEL event when the gw client mode is deselected | Antonio Quartulli | 2013-08-28 | 1 | -0/+27 |
* | batman-adv: fix potential kernel paging errors for unicast transmissions | Linus Lüssing | 2013-08-10 | 1 | -1/+12 |
* | batman-adv: use seq_puts instead of seq_printf when the format is constant | Antonio Quartulli | 2013-03-27 | 1 | -1/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -8/+5 |
* | batman-adv: update copyright years | Antonio Quartulli | 2013-01-19 | 1 | -1/+1 |
* | batman-adv: consolidate duplicated primary_if checking code | Marek Lindner | 2012-10-29 | 1 | -15/+4 |
* | batman-adv: Reduce accumulated length of simple statements | Sven Eckelmann | 2012-08-23 | 1 | -8/+13 |
* | batman-adv: Split batadv_priv in sub-structures for features | Sven Eckelmann | 2012-08-23 | 1 | -16/+16 |
* | batman-adv: select an internet gateway if none was chosen | Marek Lindner | 2012-08-06 | 1 | -3/+3 |
* | batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} | Sven Eckelmann | 2012-07-01 | 1 | -1/+1 |
* | batman-adv: Prefix types structs with batadv_ | Sven Eckelmann | 2012-07-01 | 1 | -43/+47 |
* | batman-adv: Prefix main enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 1 | -11/+14 |
* | batman-adv: Prefix hard-interface enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 1 | -1/+1 |
* | batman-adv: Prefix gateway enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 1 | -4/+4 |
* | batman-adv: Prefix main defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 1 | -9/+9 |
* | batman-adv: Prefix local defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 1 | -6/+6 |
* | batman-adv: Prefix remaining function like macros with batadv_ | Sven Eckelmann | 2012-06-28 | 1 | -1/+1 |
* | batman-adv: Prefix gateway_client local static functions with batadv_ | Sven Eckelmann | 2012-06-25 | 1 | -32/+35 |
* | batman-adv: Prefix main static inline functions with batadv_ | Sven Eckelmann | 2012-06-25 | 1 | -27/+27 |
* | batman-adv: Prefix hard-interface static inline functions with batadv_ | Sven Eckelmann | 2012-06-24 | 1 | -2/+2 |
* | batman-adv: Reformat multiline comments to consistent style | Sven Eckelmann | 2012-06-20 | 1 | -22/+19 |
* | batman-adv: Prefix translation-table non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -2/+2 |
* | batman-adv: Prefix routing non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -2/+3 |
* | batman-adv: Prefix originator non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -14/+14 |
* | batman-adv: Prefix gateway-common non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -5/+7 |
* | batman-adv: Prefix gateway-client non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -19/+21 |
* | batman-adv: Prefix bat_sysfs non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -3/+3 |
* | batman-adv: fix wrong dhcp option list browsing | Antonio Quartulli | 2012-05-11 | 1 | -3/+3 |