aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2015-01-27batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli
2015-01-27batman-adv: Unify fragment size calculationSven Eckelmann
2015-01-27batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann
2014-12-06batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang
2014-08-14batman-adv: Fix out-of-order fragmentation supportSven Eckelmann
2014-05-31batman-adv: fix local TT check for outgoing arp requests in DATAntonio Quartulli
2014-05-31batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli
2014-05-31batman-adv: fix reference counting imbalance while sending fragmentAntonio Quartulli
2014-05-31batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner
2014-05-31batman-adv: fix removing neigh_ifinfoSimon Wunderlich
2014-05-31batman-adv: always run purge_orig_neighborsSimon Wunderlich
2014-05-31batman-adv: fix neigh reference imbalanceSimon Wunderlich
2014-05-31batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich
2014-02-17batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli
2014-02-17batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli
2014-02-17batman-adv: free skb on TVLV parsing successAntonio Quartulli
2014-02-17batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli
2014-02-17batman-adv: fix potential orig_node reference leakSimon Wunderlich
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli
2014-02-17batman-adv: properly check pskb_may_pull return valueAntonio Quartulli
2014-02-17batman-adv: release vlan object after checking the CRCAntonio Quartulli
2014-02-17batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli
2014-02-17batman-adv: fix soft-interface MTU computationAntonio Quartulli
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-16Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2014-01-15Revert "batman-adv: drop dependency against CRC16"David S. Miller
2014-01-16batman-adv: use consistent kerneldoc styleSimon Wunderlich
2014-01-15batman-adv: fix batman-adv header overhead calculationMarek Lindner
2014-01-14batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue
2014-01-12batman-adv: drop dependency against CRC16Antonio Quartulli
2014-01-12batman-adv: Start new development cycleSimon Wunderlich
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich
2014-01-12batman-adv: add build checks for packet sizesSimon Wunderlich
2014-01-12batman-adv: remove returns at the end of void functionsAntonio Quartulli
2014-01-12batman-adv: add debugfs support to view multiif tablesSimon Wunderlich
2014-01-12batman-adv: add debugfs structure for information per interfaceSimon Wunderlich
2014-01-12batman-adv: add bonding againSimon Wunderlich
2014-01-12batman-adv: consider outgoing interface in OGM sendingSimon Wunderlich
2014-01-12batman-adv: add WiFi penaltySimon Wunderlich
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich
2014-01-12batman-adv: remove bonding and interface alternatingSimon Wunderlich
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli
2014-01-08batman-adv: add isolation_mark sysfs attributeAntonio Quartulli
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli
2014-01-08batman-adv: remove parenthesis from return statementsAntonio Quartulli