aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv
AgeCommit message (Expand)Author
2013-06-10batman-adv: Don't handle address updates when bla is disabledSimon Wunderlich
2013-06-10batman-adv: forward late OGMs from best next hopSimon Wunderlich
2013-06-10batman-adv: wait for rtnl in batadv_store_mesh_iface instead of failing if it...Matthias Schiffer
2013-05-21batman-adv: Avoid double freeing of bat_countersMartin Hundebøll
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing
2013-05-09batman-adv: reorder clean up routine in order to avoid race conditionsAntonio Quartulli
2013-05-09batman-adv: make DAT drop ARP requests targeting local clientsAntonio Quartulli
2013-05-09batman-adv: check return value of pskb_trim_rcsum()Marek Lindner
2013-05-09batman-adv: check proto length before accessing proto string bufferMarek Lindner
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22batman-adv: fix global protection fault during soft_iface destructionAntonio Quartulli
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22batman-adv: use the proper header len when checking the TTVNAntonio Quartulli
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli
2013-03-27batman-adv: update Makefile copyright yearsAntonio Quartulli
2013-03-27batman-adv: Start new development cycleSimon Wunderlich
2013-03-27batman-adv: free an hard-interface before adding itAntonio Quartulli
2013-03-27batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann
2013-03-27batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner
2013-03-27batman-adv: Don't always delete softif when last slave was removedSven Eckelmann
2013-03-27batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann
2013-03-27batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann
2013-03-27batman-adv: Fix endianness errors for network codingMartin Hundebøll
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll
2013-03-13batman-adv: don't use !! in bool conversionAntonio Quartulli
2013-03-13batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll
2013-03-13batman-adv: replace redundant primary_if_get callsMarek Lindner
2013-03-11batman-adv: verify tt len does not exceed packet lenMarek Lindner
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-13batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning
2013-01-29Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-28batman-adv: fix local translation table outputAntonio Quartulli
2013-01-27batman-adv: filter ARP packets with invalid MAC addresses in DATMatthias Schiffer
2013-01-27batman-adv: check for more types of invalid IP addresses in DATMatthias Schiffer
2013-01-27batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply()Matthias Schiffer
2013-01-19batman-adv: Start new development cycleAntonio Quartulli
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-19batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich
2013-01-19batman-adv: rename random32() to prandom_u32()Akinobu Mita
2013-01-19batman-adv: kernel doc for types.hMarek Lindner