Age | Commit message (Expand) | Author | Files | Lines |
2018-02-25 | batman-adv: fix packet checksum in receive path | Matthias Schiffer | 1 | -7/+1 |
2017-12-21 | batman-adv: Convert packet.h to uapi header | Sven Eckelmann | 1 | -1/+1 |
2017-12-15 | batman-adv: Add kernel-doc to externally visible functions | Sven Eckelmann | 1 | -0/+20 |
2017-12-15 | batman-adv: Use parentheses in function kernel-doc | Sven Eckelmann | 1 | -20/+21 |
2017-12-15 | batman-adv: include gfp.h for GFP_* defines | Sven Eckelmann | 1 | -1/+1 |
2017-12-15 | batman-adv: Add SPDX license identifier above copyright header | Sven Eckelmann | 1 | -0/+1 |
2017-10-12 | batman-adv: Add missing kerneldoc for extack | Sven Eckelmann | 1 | -0/+1 |
2017-10-06 | Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m... | David S. Miller | 1 | -3/+3 |
2017-10-05 | net: Add extack to ndo_add_slave | David Ahern | 1 | -1/+2 |
2017-09-28 | batman-adv: Fix "line over 80 characters" checkpatch warning | Sven Eckelmann | 1 | -2/+2 |
2017-09-28 | batman-adv: Remove unnecessary parentheses | Sven Eckelmann | 1 | -1/+1 |
2017-09-23 | net: Remove useless function skb_header_release | Gao Feng | 1 | -1/+1 |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -3/+2 |
2017-04-07 | Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m... | David S. Miller | 1 | -142/+96 |
2017-04-05 | batman-adv: Use net_device_stats from struct net_device | Tobias Klauser | 1 | -1/+1 |
2017-04-03 | batman-adv: Group ethtool related code together | Sven Eckelmann | 1 | -99/+92 |
2017-04-03 | batman-adv: Remove ethtool .get_settings stub | Sven Eckelmann | 1 | -19/+0 |
2017-04-03 | batman-adv: Remove ethtool msglevel functions | Sven Eckelmann | 1 | -13/+0 |
2017-04-03 | batman-adv: Use ethtool helper to get link status | Sven Eckelmann | 1 | -7/+1 |
2017-03-26 | batman-adv: restructure rebroadcast counter into forw_packet API | Linus Lüssing | 1 | -0/+3 |
2017-03-17 | batman-adv: Omit unnecessary memset of netdev private data | Tobias Klauser | 1 | -4/+0 |
2017-03-16 | Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-merge | David S. Miller | 1 | -1/+0 |
2017-03-04 | batman-adv: Initialize gw sel_class via batadv_algo | Sven Eckelmann | 1 | -1/+0 |
2017-01-26 | Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m... | David S. Miller | 1 | -2/+3 |
2017-01-26 | batman-adv: update copyright years for 2017 | Sven Eckelmann | 1 | -1/+1 |
2017-01-26 | batman-adv: don't add loop detect macs to TT | Simon Wunderlich | 1 | -1/+2 |
2017-01-19 | net: Remove usage of net_device last_rx member | Tobias Klauser | 1 | -2/+0 |
2016-10-30 | batman-adv: Count all non-success TX packets as dropped | Sven Eckelmann | 1 | -1/+1 |
2016-10-30 | batman-adv: use consume_skb for non-dropped packets | Sven Eckelmann | 1 | -1/+1 |
2016-10-30 | batman-adv: Simple (re)broadcast avoidance | Linus Lüssing | 1 | -1/+1 |
2016-10-17 | batman-adv: Move batadv_sum_counter to soft-interface.c | Sven Eckelmann | 1 | -0/+21 |
2016-08-09 | batman-adv: Place kref_get for softif_vlan near use | Sven Eckelmann | 1 | -0/+4 |
2016-08-09 | batman-adv: Remove orig_node reference handling from send_skb_unicast | Sven Eckelmann | 1 | -0/+3 |
2016-08-09 | batman-adv: Revert "postpone sysfs removal when unregistering" | Sven Eckelmann | 1 | -31/+13 |
2016-07-05 | Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-m... | David S. Miller | 1 | -0/+3 |
2016-07-04 | batman-adv: throughput meter implementation | Antonio Quartulli | 1 | -0/+2 |
2016-07-02 | Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m... | David S. Miller | 1 | -3/+7 |
2016-06-30 | batman-adv: Adding logging of mcast flag changes | Linus Lüssing | 1 | -0/+4 |
2016-06-30 | batman-adv: move bat_algo functions into a separate file | Sven Eckelmann | 1 | -0/+1 |
2016-06-30 | batman-adv: move GW mode and selection class to private data structure | Antonio Quartulli | 1 | -3/+3 |
2016-06-29 | batman-adv: Clean up untagged vlan when destroying via rtnl-link | Sven Eckelmann | 1 | -0/+9 |
2016-05-10 | batman-adv: replace ethertype variable with ETH_P_BATMAN for readability | Marek Lindner | 1 | -4/+4 |
2016-05-10 | batman-adv: Use bool as return type for boolean functions | Sven Eckelmann | 1 | -3/+3 |
2016-05-10 | batman-adv: Create batman soft interfaces within correct netns. | Andrew Lunn | 1 | -2/+5 |
2016-05-10 | batman-adv: NETIF_F_NETNS_LOCAL feature to prevent netns moves | Andrew Lunn | 1 | -1/+1 |
2016-05-10 | batman-adv: Remove hdr_size skb size check in batadv_interface_rx | Sven Eckelmann | 1 | -4/+0 |
2016-05-10 | batman-adv: Remove unused parameter recv_if of batadv_interface_rx | Sven Eckelmann | 1 | -3/+2 |
2016-05-04 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 1 | -1/+19 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -1/+1 |
2016-05-03 | batman-adv: Add kernel-doc for batadv_interface_rx | Sven Eckelmann | 1 | -0/+18 |