aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-04batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann1-2/+2
2017-12-02batman-adv: Fix kernel-doc for timer functionsSven Eckelmann1-2/+2
2017-12-01batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligibleSven Eckelmann1-1/+1
2017-12-01batman-adv: Always initialize fragment header prioritySven Eckelmann1-0/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-10-17batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementationSven Eckelmann1-5/+4
2017-10-12batman-adv: Add missing kerneldoc for extackSven Eckelmann1-0/+1
2017-10-06Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-mergeDavid S. Miller18-78/+78
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern1-1/+2
2017-09-30batman-adv: Add argument names for function ptr definitionsSven Eckelmann1-4/+4
2017-09-28batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann1-2/+2
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann17-71/+71
2017-09-28batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2017-09-22net: Remove useless function skb_header_releaseGao Feng1-1/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+53
2017-07-31batman-adv: fix TT sync flag inconsistenciesLinus Lüssing2-9/+53
2017-07-29batman-adv: fix various spelling mistakesColin Ian King2-7/+7
2017-07-29batman-adv: Remove variable deprecated by skb_put_dataSven Eckelmann2-5/+3
2017-07-29batman-adv: Remove too short %pM printk field widthSven Eckelmann1-1/+1
2017-07-29batman-adv: Remove unnecessary length qualifier in %14pMJoe Perches1-1/+1
2017-07-29batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-4/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg3-8/+5
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+6
2017-06-13Merge tag 'batadv-net-for-davem-20170613' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-3/+4
2017-06-13batman-adv: Accept only filled wifi station infoSven Eckelmann1-0/+4
2017-06-13batman-adv: Use default throughput value on cfg80211 errorSven Eckelmann1-2/+4
2017-06-09batman-adv: simplify return handling in some TT functionsSimon Wunderlich1-11/+6
2017-06-09batman-adv: do not add loop detection mac addresses to global ttSimon Wunderlich1-0/+6
2017-06-09batman-adv: tp_meter: mark init function with __initAntonio Quartulli1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+2
2017-05-23batman-adv: Print correct function names in dbg messagesSven Eckelmann5-42/+46
2017-05-23batman-adv: Combine two seq_puts() calls into one call in batadv_nc_nodes_seq_print_text()Markus Elfring1-3/+1
2017-05-23batman-adv: Replace a seq_puts() call by seq_putc() in two functionsMarkus Elfring2-2/+2
2017-05-23batman-adv: decrease maximum fragment sizeMatthias Schiffer1-1/+1
2017-05-23batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2017-05-19batman-adv: fix memory leak when dropping packet from other gatewayAndreas Pape1-1/+1
2017-05-19batman-adv: Fix rx packet/bytes stats on local ARP replySven Eckelmann1-2/+3
2017-04-06Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-mergeDavid S. Miller15-238/+413
2017-04-05batman-adv: Use net_device_stats from struct net_deviceTobias Klauser3-7/+6
2017-04-03batman-adv: Group ethtool related code togetherSven Eckelmann1-99/+92
2017-04-03batman-adv: Remove ethtool .get_settings stubSven Eckelmann1-19/+0
2017-04-03batman-adv: Remove ethtool msglevel functionsSven Eckelmann1-13/+0
2017-04-03batman-adv: Use ethtool helper to get link statusSven Eckelmann1-7/+1
2017-03-26batman-adv: restructure rebroadcast counter into forw_packet APILinus Lüssing6-5/+63
2017-03-26batman-adv: privatize forw_packet skb assignmentLinus Lüssing3-18/+23
2017-03-22batman-adv: handle race condition for claims between gatewaysAndreas Pape1-4/+16
2017-03-22batman-adv: changed debug messages for easier bla debuggingAndreas Pape2-5/+15