aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23batman-adv: Rename batadv_softif_vlan *_free_ref function to *_putSven Eckelmann1-7/+7
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann1-3/+3
2016-02-10batman-adv: Convert batadv_softif_vlan to krefSven Eckelmann1-10/+23
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc of main functionsSven Eckelmann1-0/+2
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-7/+7
2016-02-02batman-adv: Fix names in kerneldoc of functionsSven Eckelmann1-1/+1
2015-08-27batman-adv: Add lower layer needed_(head|tail)room to own onesSven Eckelmann1-2/+0
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-14/+12
2015-08-18net: batman-adv: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+6
2015-08-14batman-adv: Fix potentially broken skb network header accessLinus Lüssing1-1/+6
2015-08-05batman-adv: fix kernel crash due to missing NULL checksMarek Lindner1-0/+3
2015-06-07batman-adv: change the MAC of each VLAN upon ndo_set_mac_addressAntonio Quartulli1-3/+9
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-15/+39
2015-05-29batman-adv: checkpatch - comparison to NULL could be rewrittenMarek Lindner1-1/+1
2015-05-29batman-adv: Use safer default config for optional featuresSven Eckelmann1-1/+1
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli1-1/+0
2014-08-05batman-adv: increase default hop penaltySimon Wunderlich1-1/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+46
2014-07-21batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli1-14/+46
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-22batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing1-0/+2
2014-03-22batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing1-0/+1
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing1-1/+19
2014-03-22batman-adv: Announce new capability via multicast TVLVLinus Lüssing1-0/+4
2014-03-22batman-adv: call unregister_netdev() to have it handle the locking for usMarek Lindner1-4/+1
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-4/+4
2014-03-22batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing1-4/+4
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add WiFi penaltySimon Wunderlich1-1/+1
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli1-2/+16
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli1-3/+4
2014-01-08batman-adv: add isolation_mark sysfs attributeAntonio Quartulli1-0/+2
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli1-35/+41
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-12-28batman-adv: fix vlan header accessAntonio Quartulli1-1/+1
2013-12-28batman-adv: clean nf state when removing protocol headerAntonio Quartulli1-0/+5
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich1-5/+6
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner1-4/+8
2013-10-19batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing1-2/+6
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli1-2/+4
2013-10-19batman-adv: add sysfs framework for VLANAntonio Quartulli1-3/+12
2013-10-19batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli1-0/+171
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-17/+18
2013-10-12batman-adv: Add dummy soft-interface rx mode handlerLinus Lüssing1-0/+13
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner1-1/+1
2013-10-12batman-adv: use htons when possibleAntonio Quartulli1-2/+2