summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-241-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-193-35/+61
|\
| * batman-adv: Don't handle address updates when bla is disabledSimon Wunderlich2013-06-101-0/+4
| * batman-adv: forward late OGMs from best next hopSimon Wunderlich2013-06-101-31/+55
| * batman-adv: wait for rtnl in batadv_store_mesh_iface instead of failing if it...Matthias Schiffer2013-06-101-4/+1
* | batman-adv: Start new development cycleSimon Wunderlich2013-05-291-1/+1
* | batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-298-37/+51
* | batman-adv: print the VID properlyAntonio Quartulli2013-05-291-16/+21
* | batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-295-33/+49
* | batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner2013-05-291-0/+7
* | batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2013-05-292-4/+0
* | batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2013-05-292-3/+18
* | batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-294-21/+21
* | batman-adv: refactor batadv_tt_local_event()Antonio Quartulli2013-05-291-8/+15
* | batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli2013-05-293-31/+36
* | batman-adv: move ring_buffer helper functions in bat_iv_ogmAntonio Quartulli2013-05-294-80/+42
* | batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-296-18/+18
* | batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli2013-05-291-7/+1
* | batman-adv: do not silently ignore wrong conditionAntonio Quartulli2013-05-291-1/+1
* | batman-adv: don't check compat version twiceAntonio Quartulli2013-05-291-7/+0
* | batman-adv: don't check the source address twiceAntonio Quartulli2013-05-291-11/+1
* | batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli2013-05-291-1/+2
* | batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli2013-05-293-11/+7
* | batman-adv: fix typos in kernel doc & commentsMarek Lindner2013-05-291-43/+39
* | batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer2013-05-294-1/+15
* | batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer2013-05-291-32/+52
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/
* batman-adv: Avoid double freeing of bat_countersMartin Hundebøll2013-05-212-0/+2
* batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing2013-05-173-1/+23
* batman-adv: reorder clean up routine in order to avoid race conditionsAntonio Quartulli2013-05-091-4/+12
* batman-adv: make DAT drop ARP requests targeting local clientsAntonio Quartulli2013-05-091-0/+13
* batman-adv: check return value of pskb_trim_rcsum()Marek Lindner2013-05-091-2/+6
* batman-adv: check proto length before accessing proto string bufferMarek Lindner2013-05-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-6/+5
|\
| * batman-adv: use the proper header len when checking the TTVNAntonio Quartulli2013-04-221-6/+5
* | batman-adv: fix global protection fault during soft_iface destructionAntonio Quartulli2013-04-221-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-226-31/+44
|\ \ | |/
| * batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-175-23/+28
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* | batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-275-10/+10
* | batman-adv: update Makefile copyright yearsAntonio Quartulli2013-03-271-1/+1
* | batman-adv: Start new development cycleSimon Wunderlich2013-03-271-1/+1
* | batman-adv: free an hard-interface before adding itAntonio Quartulli2013-03-271-6/+33
* | batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann2013-03-272-3/+65
* | batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann2013-03-274-0/+33
* | batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner2013-03-273-3/+7
* | batman-adv: Don't always delete softif when last slave was removedSven Eckelmann2013-03-273-6/+21
* | batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann2013-03-271-3/+12
* | batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann2013-03-272-88/+86
* | batman-adv: Fix endianness errors for network codingMartin Hundebøll2013-03-272-2/+2
OpenPOWER on IntegriCloud