aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+20
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-20/+21
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann1-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
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. Miller1-3/+3
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern1-1/+2
2017-09-28batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann1-2/+2
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-1/+1
2017-09-22net: Remove useless function skb_header_releaseGao Feng1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+2
2017-04-06Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-142/+96
2017-04-05batman-adv: Use net_device_stats from struct net_deviceTobias Klauser1-1/+1
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üssing1-0/+3
2017-03-17batman-adv: Omit unnecessary memset of netdev private dataTobias Klauser1-4/+0
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+0
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann1-1/+0
2017-01-26Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-2/+3
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2017-01-26batman-adv: don't add loop detect macs to TTSimon Wunderlich1-1/+2
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-2/+0
2016-10-30batman-adv: Count all non-success TX packets as droppedSven Eckelmann1-1/+1
2016-10-30batman-adv: use consume_skb for non-dropped packetsSven Eckelmann1-1/+1
2016-10-30batman-adv: Simple (re)broadcast avoidanceLinus Lüssing1-1/+1
2016-10-17batman-adv: Move batadv_sum_counter to soft-interface.cSven Eckelmann1-0/+21
2016-08-09batman-adv: Place kref_get for softif_vlan near useSven Eckelmann1-0/+4
2016-08-09batman-adv: Remove orig_node reference handling from send_skb_unicastSven Eckelmann1-0/+3
2016-08-09batman-adv: Revert "postpone sysfs removal when unregistering"Sven Eckelmann1-31/+13
2016-07-04Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+3
2016-07-04batman-adv: throughput meter implementationAntonio Quartulli1-0/+2
2016-07-01Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+7
2016-06-30batman-adv: Adding logging of mcast flag changesLinus Lüssing1-0/+4
2016-06-30batman-adv: move bat_algo functions into a separate fileSven Eckelmann1-0/+1
2016-06-30batman-adv: move GW mode and selection class to private data structureAntonio Quartulli1-3/+3
2016-06-29batman-adv: Clean up untagged vlan when destroying via rtnl-linkSven Eckelmann1-0/+9
2016-05-10batman-adv: replace ethertype variable with ETH_P_BATMAN for readabilityMarek Lindner1-4/+4
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann1-3/+3
2016-05-10batman-adv: Create batman soft interfaces within correct netns.Andrew Lunn1-2/+5
2016-05-10batman-adv: NETIF_F_NETNS_LOCAL feature to prevent netns movesAndrew Lunn1-1/+1
2016-05-10batman-adv: Remove hdr_size skb size check in batadv_interface_rxSven Eckelmann1-4/+0
2016-05-10batman-adv: Remove unused parameter recv_if of batadv_interface_rxSven Eckelmann1-3/+2
2016-05-04Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+19
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04batman-adv: Add kernel-doc for batadv_interface_rxSven Eckelmann1-0/+18
2016-05-04batman-adv: fix wrong names in kerneldocAntonio Quartulli1-1/+1
2016-04-24batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann1-2/+6