summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-10/+30
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller10-44/+57
2011-04-19netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik1-8/+10
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-29/+28
2011-04-19Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang1-0/+1
2011-04-19Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-0/+9
2011-04-19Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes1-3/+2
2011-04-19Bluetooth: Fix refcount balance for hci connectionVille Tervo1-2/+0
2011-04-18bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings3-1/+4
2011-04-18vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings1-0/+11
2011-04-18ipv6: Send unsolicited neighbour advertismements when notifiedBen Hutchings1-0/+26
2011-04-18decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3
2011-04-18bridge: fix accidental creation of sysfs directoryStephen Hemminger1-1/+1
2011-04-18Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller11-393/+537
2011-04-18netfilter: ip6table_mangle: Fix set-but-unused variables.David S. Miller1-1/+2
2011-04-18netfilter: ip6_tables: Fix set-but-unused variables.David S. Miller1-2/+0
2011-04-18netfilter: nf_conntrack_standalone: Fix set-but-unused variables.David S. Miller1-1/+1
2011-04-18netfilter: nfnetlink_log: Fix set-but-unused variables.David S. Miller1-2/+0
2011-04-18netlabel: Fix set-but-unused variables.David S. Miller1-4/+0
2011-04-18l2tp: Fix set-but-unused variables.David S. Miller1-1/+2
2011-04-18irda: irproc: Fix set-but-unused variables.David S. Miller1-3/+2
2011-04-18irda: irlap_event: Fix set-but-unused variables.David S. Miller1-3/+0
2011-04-18caif: Fix set-but-unused variables.David S. Miller1-9/+2
2011-04-17batman-adv: Set the txqueuelen to zero when creating soft interfaceAndrew Lunn1-0/+1
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