aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-27/+101
2014-02-17batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli1-2/+7
2014-02-17batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli1-4/+2
2014-02-17batman-adv: free skb on TVLV parsing successAntonio Quartulli1-0/+2
2014-02-17batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli1-4/+12
2014-02-17batman-adv: fix potential orig_node reference leakSimon Wunderlich1-0/+2
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli3-6/+56
2014-02-17batman-adv: properly check pskb_may_pull return valueAntonio Quartulli1-1/+1
2014-02-17batman-adv: release vlan object after checking the CRCAntonio Quartulli1-1/+5
2014-02-17batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli1-1/+0
2014-02-17batman-adv: fix soft-interface MTU computationAntonio Quartulli1-8/+14
2014-02-13net: remove unnecessary return'sstephen hemminger1-2/+0
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-16Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-13/+31
2014-01-15Revert "batman-adv: drop dependency against CRC16"David S. Miller1-0/+1
2014-01-16batman-adv: use consistent kerneldoc styleSimon Wunderlich4-13/+31
2014-01-15batman-adv: fix batman-adv header overhead calculationMarek Lindner1-1/+1
2014-01-14batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-3/+1
2014-01-12batman-adv: drop dependency against CRC16Antonio Quartulli1-1/+0
2014-01-12batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich41-41/+41
2014-01-12batman-adv: add build checks for packet sizesSimon Wunderlich1-7/+17
2014-01-12batman-adv: remove returns at the end of void functionsAntonio Quartulli1-7/+0
2014-01-12batman-adv: add debugfs support to view multiif tablesSimon Wunderlich5-7/+73
2014-01-12batman-adv: add debugfs structure for information per interfaceSimon Wunderlich4-0/+86
2014-01-12batman-adv: add bonding againSimon Wunderlich4-4/+121
2014-01-12batman-adv: consider outgoing interface in OGM sendingSimon Wunderlich3-64/+115
2014-01-12batman-adv: add WiFi penaltySimon Wunderlich3-6/+24
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich11-219/+605
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich9-114/+588
2014-01-12batman-adv: remove bonding and interface alternatingSimon Wunderlich5-327/+12
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli3-2/+44
2014-01-08batman-adv: create helper function to get AP isolation statusAntonio Quartulli3-12/+28
2014-01-08batman-adv: extend the ap_isolation mechanismAntonio Quartulli1-0/+5
2014-01-08batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli1-4/+8
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli5-5/+23
2014-01-08batman-adv: add isolation_mark sysfs attributeAntonio Quartulli3-0/+75
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli7-140/+153
2014-01-08batman-adv: remove parenthesis from return statementsAntonio Quartulli1-1/+1
2014-01-08batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli4-18/+29
2014-01-08batman-adv: deselect current GW on client mode switch offAntonio Quartulli2-0/+14
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli41-123/+41
2014-01-08batman-adv: don't switch byte order too often if not neededAntonio Quartulli1-3/+5
2014-01-08batman-adv: properly rename define in distributed arp table header fileAntonio Quartulli1-3/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-105/+177
2013-12-28batman-adv: fix vlan header accessAntonio Quartulli1-1/+1
2013-12-28batman-adv: clean nf state when removing protocol headerAntonio Quartulli1-0/+5
2013-12-28batman-adv: fix alignment for batadv_tvlv_tt_changeAntonio Quartulli2-4/+6
2013-12-28batman-adv: fix size of batadv_bla_claim_dstSimon Wunderlich1-0/+2
2013-12-28batman-adv: fix size of batadv_icmp_headerAntonio Quartulli3-14/+44