aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/distributed-arp-table.c
AgeCommit message (Expand)Author
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann
2017-07-29batman-adv: Remove unnecessary length qualifier in %14pMJoe Perches
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-23batman-adv: Print correct function names in dbg messagesSven Eckelmann
2017-05-19batman-adv: Fix rx packet/bytes stats on local ARP replySven Eckelmann
2017-04-05batman-adv: Use net_device_stats from struct net_deviceTobias Klauser
2017-03-26batman-adv: restructure rebroadcast counter into forw_packet APILinus Lüssing
2017-03-22batman-adv: prevent duplication of ARP replies when DAT is usedAndreas Pape
2017-03-22batman-adv: prevent multiple ARP replies sent by gateways if dat enabledAndreas Pape
2017-03-16batman-adv: Convert BATADV_PRINT_VID macro to functionSven Eckelmann
2017-01-26Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...David S. Miller
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2016-10-30batman-adv: Add wrapper for ARP reply creationLinus Lüssing
2016-10-17batman-adv: remove unsed argument from batadv_dbg_arp() functionAntonio Quartulli
2016-08-09batman-adv: Allow to disable debugfs supportSven Eckelmann
2016-08-09batman-adv: Place kref_get for dat_entry near useSven Eckelmann
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-05batman-adv: Avoid nullptr dereference in dat after vlan_insert_tagSven Eckelmann
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann
2016-06-30batman-adv: split tvlv into a separate fileMarkus Pargmann
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann
2016-05-04Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-05-04batman-adv: fix wrong names in kerneldocAntonio Quartulli
2016-05-04batman-adv: use to_delayed_workGeliang Tang
2016-05-04batman-adv: use static string for table headersAntonio Quartulli
2016-04-29batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli
2016-02-29batman-adv: keep track of when unicast packets are sentAntonio Quartulli
2016-02-23batman-adv: Rename batadv_dat_entry *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann
2016-02-10batman-adv: Convert batadv_orig_node to krefSven Eckelmann
2016-02-10batman-adv: Convert batadv_dat_entry to krefSven Eckelmann
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann
2016-02-02batman-adv: fix kerneldoc for DAT functionsAntonio Quartulli
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann
2015-12-07batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann
2015-08-25batman-adv: Remove multiple assignment per lineSven Eckelmann
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann
2015-08-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2015-08-14batman-adv: Make DAT capability changes atomicLinus Lüssing
2015-08-05batman-adv: avoid DAT to mess up LAN stateAntonio Quartulli
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann
2015-06-07batman-adv: Use common Jenkins Hash implementationSven Eckelmann
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann
2015-01-07batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli
2014-08-04batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller