summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli2015-01-071-1/+0
* batman-adv: increase default hop penaltySimon Wunderlich2014-08-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-14/+46
|\
| * batman-adv: fix TT VLAN inconsistency on VLAN re-addAntonio Quartulli2014-07-211-14/+46
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
|/
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* batman-adv: Send multicast packets to nodes with a WANT_ALL flagLinus Lüssing2014-03-221-0/+2
* batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast supportLinus Lüssing2014-03-221-0/+1
* batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing2014-03-221-1/+19
* batman-adv: Announce new capability via multicast TVLVLinus Lüssing2014-03-221-0/+4
* batman-adv: call unregister_netdev() to have it handle the locking for usMarek Lindner2014-03-221-4/+1
* batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli2014-03-221-4/+4
* batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing2014-03-221-4/+4
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: add WiFi penaltySimon Wunderlich2014-01-121-1/+1
* batman-adv: set the isolation mark in the skb if neededAntonio Quartulli2014-01-081-2/+16
* batman-adv: mark a local client as isolated when neededAntonio Quartulli2014-01-081-3/+4
* batman-adv: add isolation_mark sysfs attributeAntonio Quartulli2014-01-081-0/+2
* batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli2014-01-081-35/+41
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1
* batman-adv: fix vlan header accessAntonio Quartulli2013-12-281-1/+1
* batman-adv: clean nf state when removing protocol headerAntonio Quartulli2013-12-281-0/+5
* batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich2013-12-281-5/+6
* batman-adv: limit local translation table max sizeMarek Lindner2013-10-231-4/+8
* batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing2013-10-191-2/+6
* batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli2013-10-191-2/+4
* batman-adv: add sysfs framework for VLANAntonio Quartulli2013-10-191-3/+12
* batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli2013-10-191-0/+171
* batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-191-17/+18
* batman-adv: Add dummy soft-interface rx mode handlerLinus Lüssing2013-10-121-0/+13
* batman-adv: consider network coding overhead when calculating required mtuMarek Lindner2013-10-121-1/+1
* batman-adv: use htons when possibleAntonio Quartulli2013-10-121-2/+2
* batman-adv: Fragment and send skbs larger than mtuMartin Hundebøll2013-10-121-0/+7
* batman-adv: Receive fragmented packets and mergeMartin Hundebøll2013-10-121-0/+4
* batman-adv: Remove old fragmentation codeMartin Hundebøll2013-10-121-3/+1
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-1/+0
* batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-091-1/+2
* batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli2013-09-171-0/+2
* batman-adv: set skb priority according to contentSimon Wunderlich2013-08-281-0/+2
* batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing2013-08-101-1/+8
* batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-291-2/+2
* batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-291-1/+1
* batman-adv: Avoid double freeing of bat_countersMartin Hundebøll2013-05-211-0/+1
* batman-adv: fix global protection fault during soft_iface destructionAntonio Quartulli2013-04-221-0/+7
* batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann2013-03-271-1/+55
* batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann2013-03-271-0/+29
* batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner2013-03-271-1/+5
* batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann2013-03-271-3/+12
* batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann2013-03-271-88/+81
* batman-adv: network coding - receive coded packets and decode themMartin Hundebøll2013-03-131-0/+4
OpenPOWER on IntegriCloud