summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c
AgeCommit message (Expand)AuthorLines
2019-10-24net: core: add generic lockdep keysTaehee Yoo-32/+0
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal-1/+1
2019-07-22batman-adv: Replace usage of strlcpy with strscpySven Eckelmann-4/+4
2019-05-25batman-adv: mcast: shorten multicast tt/tvlv worker spinlock sectionLinus Lüssing-5/+0
2019-05-25batman-adv: Use includes instead of fwdeclsSven Eckelmann-0/+1
2019-03-25batman-adv: Add multicast-to-unicast support for multiple targetsLinus Lüssing-2/+6
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann-12/+0
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2019-02-13Merge tag 'batadv-next-for-davem-20190213' of git://git.open-mesh.org/linux-m...David S. Miller-1/+1
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet-0/+2
2019-02-09batman-adv: Add gateway mesh genl configurationSven Eckelmann-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann-1/+1
2018-12-31batman-adv: Force mac header to start of data on xmitSven Eckelmann-0/+2
2018-12-30batman-adv: Snoop DHCPACKs for DATLinus Lüssing-2/+9
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+18
2018-09-15batman-adv: Enable LockLess TX for softifSven Eckelmann-0/+1
2018-09-15batman-adv: Move OGM rebroadcast stats to orig_ifinfoSven Eckelmann-1/+0
2018-09-06batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann-7/+18
2018-04-25batman-adv: fix batadv_interface_tx()'s return typeLuc Van Oostenryck-2/+2
2018-04-22batman-adv: Avoid old nodes disabling multicast optimizations completelyLinus Lüssing-1/+0
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+1
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann-1/+1
2018-02-25batman-adv: fix packet checksum in receive pathMatthias Schiffer-7/+1
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann-1/+1
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann-0/+20
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann-20/+21
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann-0/+1
2017-10-12batman-adv: Add missing kerneldoc for extackSven Eckelmann-0/+1
2017-10-06Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...David S. Miller-3/+3
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern-1/+2
2017-09-28batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann-2/+2
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann-1/+1
2017-09-22net: Remove useless function skb_header_releaseGao Feng-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-3/+2
2017-04-06Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m...David S. Miller-142/+96
2017-04-05batman-adv: Use net_device_stats from struct net_deviceTobias Klauser-1/+1
2017-04-03batman-adv: Group ethtool related code togetherSven Eckelmann-99/+92
2017-04-03batman-adv: Remove ethtool .get_settings stubSven Eckelmann-19/+0
2017-04-03batman-adv: Remove ethtool msglevel functionsSven Eckelmann-13/+0
2017-04-03batman-adv: Use ethtool helper to get link statusSven Eckelmann-7/+1
2017-03-26batman-adv: restructure rebroadcast counter into forw_packet APILinus Lüssing-0/+3
2017-03-17batman-adv: Omit unnecessary memset of netdev private dataTobias Klauser-4/+0
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller-1/+0
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann-1/+0
2017-01-26Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...David S. Miller-2/+3
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann-1/+1
2017-01-26batman-adv: don't add loop detect macs to TTSimon Wunderlich-1/+2
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser-2/+0