summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+1Star
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-1/+0Star
* 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-231-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/+81Star
* batman-adv: network coding - receive coded packets and decode themMartin Hundebøll2013-03-131-0/+4
* batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll2013-03-131-0/+1
* batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll2013-03-131-0/+6
* batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll2013-03-131-0/+3
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich2013-01-191-3/+29
* batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner2013-01-121-0/+2
* batman-adv: don't compile the BLA switch if not requestedAntonio Quartulli2013-01-121-0/+2
* batman-adv: Do not add multicast MAC addresses to translation tableLinus Lüssing2013-01-121-1/+2
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-4/+4
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-041-1/+0Star
* batman-adv: use ETH_P_BATMANAntonio Quartulli2012-11-301-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-6/+6
|\
| * batman-adv: process broadcast packets in BLA earlierAntonio Quartulli2012-11-161-6/+6