Age | Commit message (Expand) | Author |
2014-01-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-16 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller |
2014-01-15 | Revert "batman-adv: drop dependency against CRC16" | David S. Miller |
2014-01-16 | batman-adv: use consistent kerneldoc style | Simon Wunderlich |
2014-01-15 | batman-adv: fix batman-adv header overhead calculation | Marek Lindner |
2014-01-14 | batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue |
2014-01-12 | batman-adv: drop dependency against CRC16 | Antonio Quartulli |
2014-01-12 | batman-adv: Start new development cycle | Simon Wunderlich |
2014-01-12 | batman-adv: update copyright years for 2014 | Simon Wunderlich |
2014-01-12 | batman-adv: add build checks for packet sizes | Simon Wunderlich |
2014-01-12 | batman-adv: remove returns at the end of void functions | Antonio Quartulli |
2014-01-12 | batman-adv: add debugfs support to view multiif tables | Simon Wunderlich |
2014-01-12 | batman-adv: add debugfs structure for information per interface | Simon Wunderlich |
2014-01-12 | batman-adv: add bonding again | Simon Wunderlich |
2014-01-12 | batman-adv: consider outgoing interface in OGM sending | Simon Wunderlich |
2014-01-12 | batman-adv: add WiFi penalty | Simon Wunderlich |
2014-01-12 | batman-adv: split out router from orig_node | Simon Wunderlich |
2014-01-12 | batman-adv: split tq information in neigh_node struct | Simon Wunderlich |
2014-01-12 | batman-adv: remove bonding and interface alternating | Simon Wunderlich |
2014-01-08 | batman-adv: set the isolation mark in the skb if needed | Antonio Quartulli |
2014-01-08 | batman-adv: create helper function to get AP isolation status | Antonio Quartulli |
2014-01-08 | batman-adv: extend the ap_isolation mechanism | Antonio Quartulli |
2014-01-08 | batman-adv: print the new BATADV_TT_CLIENT_ISOLA flag | Antonio Quartulli |
2014-01-08 | batman-adv: mark a local client as isolated when needed | Antonio Quartulli |
2014-01-08 | batman-adv: add isolation_mark sysfs attribute | Antonio Quartulli |
2014-01-08 | batman-adv: send every DHCP packet as bat-unicast | Antonio Quartulli |
2014-01-08 | batman-adv: remove parenthesis from return statements | Antonio Quartulli |
2014-01-08 | batman-adv: rename gw_deselect() to gw_reselect() | Antonio Quartulli |
2014-01-08 | batman-adv: deselect current GW on client mode switch off | Antonio Quartulli |
2014-01-08 | batman-adv: remove FSF address from GPL disclaimer | Antonio Quartulli |
2014-01-08 | batman-adv: don't switch byte order too often if not needed | Antonio Quartulli |
2014-01-08 | batman-adv: properly rename define in distributed arp table header file | Antonio Quartulli |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-12-28 | batman-adv: fix vlan header access | Antonio Quartulli |
2013-12-28 | batman-adv: clean nf state when removing protocol header | Antonio Quartulli |
2013-12-28 | batman-adv: fix alignment for batadv_tvlv_tt_change | Antonio Quartulli |
2013-12-28 | batman-adv: fix size of batadv_bla_claim_dst | Simon Wunderlich |
2013-12-28 | batman-adv: fix size of batadv_icmp_header | Antonio Quartulli |
2013-12-28 | batman-adv: fix header alignment by unrolling batadv_header | Simon Wunderlich |
2013-12-28 | batman-adv: fix alignment for batadv_coded_packet | Simon Wunderlich |
2013-12-26 | batman-adv: use batadv_compare_eth for concise | dingtianhong |
2013-12-09 | batadv: Slight optimization of batadv_compare_eth | Joe Perches |
2013-10-23 | batman-adv: generalize batman-adv icmp packet handling | Simon Wunderlich |
2013-10-23 | batman-adv: Start new development cycle | Simon Wunderlich |
2013-10-23 | batman-adv: include the sync-flags when compute the global/local table CRC | Antonio Quartulli |
2013-10-23 | batman-adv: improve the TT component to support runtime flag changes | Antonio Quartulli |
2013-10-23 | batman-adv: invoke dev_get_by_index() outside of is_wifi_iface() | Antonio Quartulli |
2013-10-23 | batman-adv: send GW_DEL event in case of soft-iface destruction | Antonio Quartulli |
2013-10-23 | batman-adv: limit local translation table max size | Marek Lindner |
2013-10-23 | batman-adv: adapt the TT component to use the new API functions | Antonio Quartulli |