summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/icmp_socket.c
AgeCommit message (Expand)Author
2015-08-25batman-adv: Fix kerneldoc over 80 column linesSven Eckelmann
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix icmp_socket defines with BATADV_Sven Eckelmann
2012-06-25batman-adv: Prefix icmp_socket local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann
2012-02-17batman-adv: Update copyright yearsSven Eckelmann
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot
2011-11-20batman-adv: report compat_version in version field in case of version mismatchMarek Lindner
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing