aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2015-01-07batman-adv: Kconfig, Add missing DEBUG_FS dependencyMarkus Pargmann1-0/+1
2015-01-07batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2015-01-07batman-adv: fix misspelled wordsAntonio Quartulli6-8/+8
2015-01-07batman-adv: clear control block of received socket buffersMartin Hundebøll1-0/+3
2015-01-07batman-adv: checkpatch - remove unnecessary parenthesesAntonio Quartulli1-2/+2
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli11-18/+0
2015-01-07batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli4-0/+4
2015-01-07batman-adv: checkpatch - No space is necessary after a castAntonio Quartulli1-4/+4
2015-01-07batman-adv: checkpatch - else is not generally useful after a break or returnAntonio Quartulli4-9/+5
2015-01-07batman-adv: kernel doc fixes for main.{c, h}Martin Hundebøll2-5/+4
2015-01-07batman-adv: kernel doc fix for distributed-arp-table.hMartin Hundebøll1-3/+1
2015-01-07batman-adv: kernel doc fixes for bridge_loop_avoidance.cMartin Hundebøll1-1/+5
2015-01-07batman-adv: kernel doc fixes for bat_iv_ogm.cMartin Hundebøll1-4/+5
2015-01-07batman-adv: remove obsolete variable primary_iface from orig_nodeSimon Wunderlich1-2/+0
2015-01-07batman-adv: avoid useless return in void functionsAntonio Quartulli2-4/+0
2015-01-06batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing1-3/+3
2015-01-06batman-adv: fix multicast counter when purging originatorsLinus Lüssing1-1/+2
2015-01-06batman-adv: fix counter for multicast supporting nodesLinus Lüssing1-3/+5
2015-01-06batman-adv: fix lock class for decoding hash in network-coding.cMartin Hundebøll1-1/+1
2015-01-06batman-adv: fix delayed foreign originator recognitionLinus Lüssing1-0/+1
2015-01-06batman-adv: fix and simplify condition when bonding should be usedSimon Wunderlich1-2/+4
2014-12-23batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli1-1/+1
2014-12-23batman-adv: Unify fragment size calculationSven Eckelmann1-1/+1
2014-12-23batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann1-1/+1
2014-10-14batman-adv: replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-08-16batman-adv: Fix parameter order of hlist_add_behindSven Eckelmann1-1/+1
2014-08-07batman: fix duplicate #include of multicast.hJean Sacren1-1/+0
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2014-08-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-08-05batman-adv: increase default hop penaltySimon Wunderlich1-1/+1
2014-08-05batman-adv: remove unnecessary logspamAndré Gaul2-15/+23
2014-08-05batman-adv: Fix out-of-order fragmentation supportSven Eckelmann1-3/+7
2014-08-04batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli3-10/+12
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-24/+108
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli3-14/+74
2014-07-21batman-adv: drop QinQ claim frames in bridge loop avoidanceSimon Wunderlich1-10/+34
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-07batman-adv: Use kasprintfHimangi Saraogi1-16/+8
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2-2/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-05-31batman-adv: fix NULL pointer dereferencesMarek Lindner1-3/+3
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-13/+78
2014-05-22batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang1-1/+1
2014-05-18batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-05-18batman-adv: remove semi-colon after macro definitionAntonio Quartulli2-4/+4
2014-05-18batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli4-0/+21
2014-05-15batman-adv: fix local TT check for outgoing arp requests in DATAntonio Quartulli1-2/+1
2014-05-15batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli1-2/+9
2014-05-15batman-adv: fix reference counting imbalance while sending fragmentAntonio Quartulli1-3/+8
2014-05-15batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner1-1/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-11batman-adv: fix removing neigh_ifinfoSimon Wunderlich1-0/+46
2014-05-10batman-adv: always run purge_orig_neighborsSimon Wunderlich1-4/+4
2014-05-10batman-adv: fix neigh reference imbalanceSimon Wunderlich1-0/+5
2014-05-10batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich1-0/+2
2014-03-22batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-03-22batman-adv: improve DAT documentationAntonio Quartulli2-2/+6
2014-03-22batman-adv: improve the TT flags documentationAntonio Quartulli1-4/+24
2014-03-22batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing6-3/+198
2014-03-22batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing6-8/+156
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing9-26/+266
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing7-6/+167
2014-03-22batman-adv: introduce capability initialization bitfieldLinus Lüssing3-9/+11
2014-03-22batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing8-4/+318
2014-03-22batman-adv: add kerneldoc for dst_hint argumentAntonio Quartulli2-0/+3
2014-03-22batman-adv: call unregister_netdev() to have it handle the locking for usMarek Lindner1-4/+1
2014-03-22batman-adv: fix a few kerneldoc inconsistenciesSimon Wunderlich1-5/+5
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli13-71/+70
2014-03-22batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx()Linus Lüssing1-3/+0
2014-03-22batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing5-14/+18
2014-03-22batman-adv: fix coccinelle warningsFengguang Wu1-1/+1
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
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich10-85/+118
2013-12-28batman-adv: fix alignment for batadv_coded_packetSimon Wunderlich1-2/+2
2013-12-26batman-adv: use batadv_compare_eth for concisedingtianhong2-2/+2
2013-12-09batadv: Slight optimization of batadv_compare_ethJoe Perches1-1/+1
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich5-97/+157
2013-10-23batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli3-2/+28
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2-1/+30
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli3-31/+12
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli1-2/+7
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner5-36/+173
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli1-11/+24
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli3-88/+151
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli1-8/+9
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli3-15/+32
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli4-1/+30
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli3-1/+25
2013-10-23batman-adv: add bat_orig_print API functionAntonio Quartulli3-56/+78
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli4-95/+135
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli8-71/+103
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli3-43/+27
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli5-6/+21
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli5-157/+730
2013-10-19batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli4-4/+34
2013-10-19batman-adv: remove bogus commentAntonio Quartulli1-5/+0
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing4-48/+108
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli5-14/+30
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli4-3/+198
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli5-3/+197
2013-10-19batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2-48/+107
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli1-3/+18
2013-10-19batman-adv: print the VID together with the TT entriesAntonio Quartulli2-32/+52
2013-10-19batman-adv: use vid when computing local and global TT CRCAntonio Quartulli1-4/+31
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli13-135/+312
2013-10-19batman-adv: update email address for Marek LindnerMarek Lindner1-1/+1
2013-10-19batman-adv: update email address for Simon WunderlichSimon Wunderlich1-1/+1
2013-10-19batman-adv: check skb preparation return valueAntonio Quartulli1-3/+6
2013-10-12batman-adv: Add dummy soft-interface rx mode handlerLinus Lüssing1-0/+13
2013-10-12batman-adv: make batadv_tt_save_orig_buffer() genericAntonio Quartulli1-6/+4
2013-10-12batman-adv: implement batadv_tt_entriesAntonio Quartulli1-4/+15
2013-10-12batman-adv: remove useless find_router look upSimon Wunderlich1-21/+8
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner5-17/+37
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli4-42/+62
2013-10-12batman-adv: use htons when possibleAntonio Quartulli5-13/+13
2013-10-12batman-adv: Fragment and send skbs larger than mtuMartin Hundebøll5-4/+154
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll11-1/+574
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll14-729/+221
2013-10-12batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)Antonio Quartulli1-1/+1
2013-10-12batman-adv: h_vlan_encapsulated_proto access refactoringAntonio Quartulli1-7/+12
2013-10-12batman-adv: don't use call_rcu if not neededAntonio Quartulli1-14/+6
2013-10-12batman-adv: remove batadv_tt_global_add_orig declarationAntonio Quartulli1-3/+0
2013-10-12batman-adv: make tt_global_add static and return boolAntonio Quartulli2-10/+8
2013-10-12batman-adv: only add recordroute information to icmp request/replySimon Wunderlich1-1/+3
2013-10-09batman-adv: reorder batadv_iv_flagsSimon Wunderlich1-4/+14
2013-10-09batman-adv: remove packed from batadv_ogm_packetSimon Wunderlich1-1/+4
2013-10-09batman-adv: reorder packet typesSimon Wunderlich4-13/+68
2013-10-09batman-adv: add build check macros for packet member offsetSimon Wunderlich1-0/+8
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich15-1245/+1
2013-10-09batman-adv: move BATADV_TT_CLIENT_TEMP to higher bitAntonio Quartulli1-1/+1
2013-10-09batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli3-38/+45
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner4-83/+86
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner5-334/+286
2013-10-09batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner5-158/+187
2013-10-09batman-adv: tvlv - add network coding containerMarek Lindner5-1/+75
2013-10-09batman-adv: tvlv - add distributed arp table containerMarek Lindner5-1/+83
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner11-191/+327
2013-10-09batman-adv: tvlv - basic infrastructureMarek Lindner7-17/+794
2013-10-09batman-adv: switch to a new packet compatibility versionAntonio Quartulli1-1/+1
2013-10-02batman-adv: set up network coding packet handlers during module initMatthias Schiffer3-16/+31
2013-09-17batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli1-0/+2
2013-09-03batman: Remove reference to compare_ether_addrJoe Perches1-1/+1
2013-08-28batman-adv: send GW_DEL event when the gw client mode is deselectedAntonio Quartulli3-0/+32
2013-08-28batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-08-28batman-adv: move enum definition at the top of the fileAntonio Quartulli1-15/+16
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich10-2/+91
2013-08-17batman-adv: check return type of unicast packet preparationsLinus Lüssing1-3/+7
2013-08-10batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing5-7/+33
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho1-1/+0