aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/soft-interface.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-05batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing3-7/+5
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner18-330/+335
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner6-22/+22
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner7-148/+38
2011-03-05batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2-37/+30
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner9-36/+49
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner10-294/+298
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner8-42/+51
2011-03-05batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing1-21/+1
2011-03-05batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing2-3/+5
2011-03-05batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2-32/+72
2011-03-05batman-adv: make broadcast seqno operations atomicMarek Lindner3-22/+37
2011-03-05batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2-34/+33
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner4-38/+33
2011-03-05batman-adv: Correct rcu refcounting for softif_neighMarek Lindner2-17/+16
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2-22/+17
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner7-174/+313
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich7-163/+195
2011-03-05batman-adv: protect ogm counter arrays with spinlockMarek Lindner3-6/+33
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner4-19/+78
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner8-45/+141
2011-03-05batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner1-9/+31
2011-03-05batman-adv: free neighbors when an interface is deactivatedMarek Lindner1-2/+7
2011-03-05batman-adv: protect neighbor list with rcu locksMarek Lindner3-21/+57
2011-03-05batman-adv: convert neighbor list to hlistMarek Lindner3-28/+35
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner4-8/+28
2011-03-05r8169: convert to new VLAN model.Francois Romieu2-70/+49
2011-03-05r8169: support control of advertising.Oliver Neukum1-17/+37
2011-03-05r8169: support the new chips for RTL8105E.Hayes Wang1-2/+90
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller7-94/+146
2011-03-04ipv4: Set rt->rt_iif more sanely on output routes.David S. Miller1-1/+1
2011-03-04ipv4: Use passed-in protocol in ip_route_newports().David S. Miller1-1/+1
2011-03-04ipv4: Get peer more cheaply in rt_init_metrics().David S. Miller1-2/+2
2011-03-04ipv4: Optimize flow initialization in output route lookup.David S. Miller1-8/+10
2011-03-04inetpeer: seqlock optimizationEric Dumazet1-40/+35
2011-03-04sfc: Use write-combining to reduce TX latencyBen Hutchings3-10/+16
2011-03-04DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells2-4/+25
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy7-13/+5
2011-03-03eql: Convert printks to pr_<level> and netdev_<level>Joe Perches1-4/+6
2011-03-03MAINTAINERS: Add Andy Gospodarek as co-maintainer.Jay Vosburgh1-0/+1
2011-03-03mii: Convert printks to netdev_infoJoe Perches1-7/+7
2011-03-03mv643xx_eth: Use netdev_<level> and pr_<level>Joe Perches1-41/+33
2011-03-03tlan: Use pr_fmt, pr_<level> and netdev_<level>Joe Perches1-87/+77
2011-03-03tlan: Remove changelogJoe Perches1-145/+0
2011-03-03benet: use GFP_KERNEL allocations when possibleEric Dumazet1-9/+9
2011-03-03tun: Convert logging messages to pr_<level> and tun_debugJoe Perches1-32/+51
2011-03-03net: add Faraday FTMAC100 10/100 Ethernet driverPo-Yu Chuang4-0/+1386
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-03r8169: disable ASPMStanislaw Gruszka1-0/+6
2011-03-03ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller1-2/+2