summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: fix NULL pointer dereferencesMarek Lindner2014-05-311-3/+3
* batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang2014-05-221-1/+1
* batman-adv: fix local TT check for outgoing arp requests in DATAntonio Quartulli2014-05-151-2/+1Star
* batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli2014-05-151-2/+9
* batman-adv: fix reference counting imbalance while sending fragmentAntonio Quartulli2014-05-151-3/+8
* batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner2014-05-151-1/+2
* batman-adv: fix removing neigh_ifinfoSimon Wunderlich2014-05-111-0/+46
* batman-adv: always run purge_orig_neighborsSimon Wunderlich2014-05-101-4/+4
* batman-adv: fix neigh reference imbalanceSimon Wunderlich2014-05-101-0/+5
* batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich2014-05-101-0/+2
* batman-adv: Start new development cycleSimon Wunderlich2014-03-221-1/+1
* batman-adv: improve DAT documentationAntonio Quartulli2014-03-222-2/+6
* batman-adv: improve the TT flags documentationAntonio Quartulli2014-03-221-4/+24
* batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing2014-03-226-3/+198
* batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing2014-03-226-8/+156
* batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing2014-03-229-26/+266
* batman-adv: Announce new capability via multicast TVLVLinus Lüssing2014-03-227-6/+167
* batman-adv: introduce capability initialization bitfieldLinus Lüssing2014-03-223-9/+11
* batman-adv: Multicast Listener Announcements via Translation TableLinus Lüssing2014-03-228-4/+318
* batman-adv: add kerneldoc for dst_hint argumentAntonio Quartulli2014-03-222-0/+3
* batman-adv: call unregister_netdev() to have it handle the locking for usMarek Lindner2014-03-221-4/+1Star
* batman-adv: fix a few kerneldoc inconsistenciesSimon Wunderlich2014-03-221-5/+5
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-2213-71/+70Star
* batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx()Linus Lüssing2014-03-221-3/+0Star
* batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing2014-03-225-14/+18
* batman-adv: fix coccinelle warningsFengguang Wu2014-03-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-197-27/+101
|\
| * batman-adv: fix potential kernel paging error for unicast transmissionsAntonio Quartulli2014-02-171-2/+7
| * batman-adv: avoid double free when orig_node initialization failsAntonio Quartulli2014-02-171-4/+2Star
| * batman-adv: free skb on TVLV parsing successAntonio Quartulli2014-02-171-0/+2
| * batman-adv: fix TT CRC computation by ensuring byte orderAntonio Quartulli2014-02-171-4/+12
| * batman-adv: fix potential orig_node reference leakSimon Wunderlich2014-02-171-0/+2
| * batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli2014-02-173-6/+56
| * batman-adv: properly check pskb_may_pull return valueAntonio Quartulli2014-02-171-1/+1
| * batman-adv: release vlan object after checking the CRCAntonio Quartulli2014-02-171-1/+5
| * batman-adv: fix TT-TVLV parsing on OGM receptionAntonio Quartulli2014-02-171-1/+0Star
| * batman-adv: fix soft-interface MTU computationAntonio Quartulli2014-02-171-8/+14
* | net: remove unnecessary return'sstephen hemminger2014-02-141-2/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-1/+1
|\
| * batman-adv: fix batman-adv header overhead calculationMarek Lindner2014-01-151-1/+1
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-174-13/+31
|\ \
| * | batman-adv: use consistent kerneldoc styleSimon Wunderlich2014-01-164-13/+31
* | | Revert "batman-adv: drop dependency against CRC16"David S. Miller2014-01-161-0/+1
|/ /
* | batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-151-3/+1Star
* | batman-adv: drop dependency against CRC16Antonio Quartulli2014-01-121-1/+0Star
* | batman-adv: Start new development cycleSimon Wunderlich2014-01-121-1/+1
* | batman-adv: update copyright years for 2014Simon Wunderlich2014-01-1241-41/+41
* | batman-adv: add build checks for packet sizesSimon Wunderlich2014-01-121-7/+17
* | batman-adv: remove returns at the end of void functionsAntonio Quartulli2014-01-121-7/+0Star
* | batman-adv: add debugfs support to view multiif tablesSimon Wunderlich2014-01-125-7/+73