summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich2-28/+88
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect...Marek Lindner3-74/+100
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing3-0/+6
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing8-212/+232
2011-04-17batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing1-11/+12
2011-04-17batman-adv: Make gateway_get_selected type safeLinus Lüssing2-2/+2
2011-04-17batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing1-75/+105
2011-04-17atm: lec: Fix set-but-unused variables.David S. Miller1-4/+0
2011-04-17ax25: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17econet: Fix set-but-unused variable.David S. Miller1-8/+0
2011-04-17decnet: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17pktgen: Fix set-but-unused variable.David S. Miller1-2/+0
2011-04-16net: minor cleanup to net_namespace.c.Rob Landley1-8/+4
2011-04-16ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter3-7/+75
2011-04-16ipv6: ignore looped-back NA while dad is runningDaniel Walter1-3/+4
2011-04-15ip: ip_options_compile() resilient to NULL skb routeEric Dumazet1-3/+3
2011-04-15Phonet: convert bound sockets hash list to RCURémi Denis-Courmont1-24/+21
2011-04-15ethtool: allow custom interval for physical identificationAllan, Bruce W1-15/+16
2011-04-15ipv4: Call fib_select_default() only when actually necessary.David S. Miller2-1/+10
2011-04-15Bluetooth: Fix lockdep warning in L2CAPGustavo F. Padovan1-2/+0
2011-04-15Bluetooth: Fix another locking unbalanceGustavo F. Padovan1-0/+2
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle3-40/+4
2011-04-14Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid()Gustavo F. Padovan1-5/+3
2011-04-13mac80211: Allocate new mesh path and portal tables before taking lockscozybit Inc1-24/+25
2011-04-13mac80211: receive EAP frames from a station in an AP VLAN on the main APFelix Fietkau1-4/+16
2011-04-13Revert "tcp: disallow bind() to reuse addr/port"David S. Miller2-4/+3
2011-04-13net: ethtool support to configure number of channelsamit salecha1-0/+35
2011-04-13Bluetooth: Fix Out Of Band pairing when mgmt interface is disabledSzymon Janc1-0/+4
2011-04-13Bluetooth: Add proper handling of received LE dataGustavo F. Padovan1-0/+34
2011-04-13Bluetooth: Fix wrong comparison in listen()Gustavo F. Padovan1-1/+1
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan2-25/+22
2011-04-13Bluetooth: Remove unneeded uninitialized_vars()Gustavo F. Padovan1-1/+1
2011-04-13Bluetooth: Remove some sk references from l2cap_core.cGustavo F. Padovan1-17/+12
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan2-12/+11
2011-04-13netfilter: ipset: SCTP, UDPLITE support addedJozsef Kadlecsik5-5/+19
2011-04-13sctp: fix oops while removed transport still using as retran pathWei Yongjun1-0/+2
2011-04-13sctp: fix oops when updating retransmit path with DEBUG onVlad Yasevich1-0/+2
2011-04-13net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings1-0/+4
2011-04-13net: Disable all TSO features when SG is disabledBen Hutchings1-3/+3
2011-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller35-357/+1109
2011-04-139p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_re...David S. Miller1-6/+3
2011-04-13ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller1-2/+0
2011-04-13irda: fix locking unbalance in irda_sendmsgDave Jones1-2/+1
2011-04-13net: add RTNL_ASSERT in __netdev_update_features()Michał Mirosław1-0/+2
2011-04-13net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko5-185/+91
2011-04-13net: Do not wrap sysctl igmp_max_memberships in IP_MULTICASTJoakim Tjernlund1-3/+0
2011-04-13{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan5-1/+40
2011-04-13inetpeer: reduce stack usageEric Dumazet1-6/+7
2011-04-13mac80211: send notification on new peer candidate for our secure meshJavier Cardona4-9/+21
2011-04-13nl80211: New notification to discover mesh peer candidates.Javier Cardona3-0/+56