aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-12batman-adv: Fragment and send skbs larger than mtuMartin Hundebøll1-0/+7
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll1-0/+4
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-3/+1
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich1-1/+0
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner1-1/+2
2013-09-17batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli1-0/+2
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-0/+2
2013-08-10batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing1-1/+8
2013-05-29batman-adv: change VID semantic in the BLA codeAntonio Quartulli1-2/+2
2013-05-29batman-adv: use eth_hdr() when it makes senseAntonio Quartulli1-1/+1
2013-05-21batman-adv: Avoid double freeing of bat_countersMartin Hundebøll1-0/+1
2013-04-22batman-adv: fix global protection fault during soft_iface destructionAntonio Quartulli1-0/+7
2013-03-27batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann1-1/+55
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann1-0/+29
2013-03-27batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner1-1/+5
2013-03-27batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann1-3/+12
2013-03-27batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann1-88/+81
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll1-0/+4
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll1-0/+1
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll1-0/+6
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll1-0/+3
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-19batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich1-3/+29