aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/icmp_socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-5/+6
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-1/+2
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich1-3/+3
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich1-48/+80
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli1-11/+11
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich1-0/+1
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli1-2/+2
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann1-2/+2
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann1-4/+8
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-20/+21
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-11/+11
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-4/+4
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-4/+4
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix icmp_socket defines with BATADV_Sven Eckelmann1-1/+1
2012-06-25batman-adv: Prefix icmp_socket local static functions with batadv_Sven Eckelmann1-32/+34
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-6/+6
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-1/+1
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-4/+3
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann1-4/+4
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-2/+2
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-2/+2
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-8/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-3/+3
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann1-3/+2
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann1-6/+1
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot1-2/+2
2011-11-20batman-adv: report compat_version in version field in case of version mismatchMarek Lindner1-1/+1
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-2/+2
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-5/+14
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing1-15/+3
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner1-12/+4
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-1/+1
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner1-4/+1
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner1-7/+20
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner1-0/+2
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing1-1/+0
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+356