summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-02-23Bluetooth: Revert to mutexes from RCU listAndrei Emeltchenko
2012-02-23Bluetooth: trivial: Fix long lineAndrei Emeltchenko
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller
2012-02-22netfilter: ip6_route_output() never returns NULL.RongQing.Li
2012-02-22ipv6: ip6_route_output() never returns NULL.RongQing.Li
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet
2012-02-22net/ieee802154/6lowpan.c: reuse eth_mac_addr()Danny Kukawka
2012-02-22atm: clip: remove clip_tblEric Dumazet
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller
2012-02-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose
2012-02-21neighbour: Fixed race condition at tbl->nhtMichel Machado
2012-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-21unix: Support peeking offset for stream socketsPavel Emelyanov
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov
2012-02-21datagram: Factor out sk queue referencingPavel Emelyanov
2012-02-21mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan
2012-02-21mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan
2012-02-21Bluetooth: mgmt: Fix connectable/discoverable response valuesJohan Hedberg
2012-02-21Bluetooth: Fix clearing of persistent dev_flagsJohan Hedberg
2012-02-21Bluetooth: mgmt: Fix New Settings event for connectable/discoverableJohan Hedberg
2012-02-21Bluetooth: mgmt: Add convenience function for sending New SettingsJohan Hedberg
2012-02-21Bluetooth: mgmt: Fix current settings values when powered offJohan Hedberg
2012-02-21Bluetooth: mgmt: Fix Removing discoverable timeout in set_connectableJohan Hedberg
2012-02-21Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg
2012-02-21mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()Paul E. McKenney
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Paul E. McKenney
2012-02-21Bluetooth: mgmt: Fix pairable setting upon initializationJohan Hedberg
2012-02-21Bluetooth: mgmt: Fix set_fast_connectable error returnJohan Hedberg
2012-02-21Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checksJohan Hedberg
2012-02-21Bluetooth: mgmt: Fix powered checks for commandsJohan Hedberg
2012-02-21netfilter: ctnetlink: fix soft lockup when netlink adds new entriesJozsef Kadlecsik
2012-02-21Bluetooth: Don't send New Settings event during setup power downMarcel Holtmann
2012-02-21Bluetooth: Only keep controller up after init if powered onMarcel Holtmann
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-02-21Bluetooth: mgmt: Clear EIR data when disabling SSPJohan Hedberg
2012-02-21Bluetooth: mgmt: Fix Set SSP check for supported featureJohan Hedberg
2012-02-21Bluetooth: mgmt: Add basic support for Set High Speed commandJohan Hedberg
2012-02-21Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg
2012-02-21Bluetooth: mgmt: Add address type parameter to Stop Discovery commandJohan Hedberg
2012-02-20Bluetooth: Always enable management interfaceMarcel Holtmann
2012-02-20Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann
2012-02-20Bluetooth: Restrict access to management interfaceMarcel Holtmann
2012-02-20Bluetooth: Add support for HCI monitor channelMarcel Holtmann
2012-02-20compat: Handle COMPAT_USE_64BIT_TIME in net/socket.cH. Peter Anvin
2012-02-20compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu