aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/icmp_socket.c
AgeCommit message (Expand)Author
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
2011-01-31batman-adv: Update copyright yearsSven Eckelmann
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann