aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-22batman-adv: drop unicast packets from other backbone gwAndreas Pape1-3/+22
2017-03-22batman-adv: prevent duplication of ARP replies when DAT is usedAndreas Pape1-0/+32
2017-03-22batman-adv: prevent multiple ARP replies sent by gateways if dat enabledAndreas Pape3-0/+75
2017-03-17batman-adv: Omit unnecessary memset of netdev private dataTobias Klauser1-4/+0
2017-03-17batman-adv: Use __func__ to add function names to messagesSven Eckelmann1-3/+4
2017-03-16batman-adv: Convert BATADV_PRINT_VID macro to functionSven Eckelmann4-42/+54
2017-03-16batman-adv: Fix possible side-effects in _batadv_dbgSven Eckelmann1-2/+3
2017-03-16batman-adv: Fix unbalanced braces around else statementSven Eckelmann1-2/+4
2017-03-16batman-adv: Reduce preprocessor checks in multicast.cSven Eckelmann1-7/+5
2017-03-16batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-11/+42
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann5-4/+29
2017-03-04batman-adv: Keep fragments equally sizedSven Eckelmann1-7/+13
2017-03-02Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+1
2017-03-02Merge tag 'batadv-net-for-davem-20170301' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-9/+11