summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Bluetooth: check L2CAP info_rsp ident and stateAndrei Emeltchenko1-0/+5
2011-03-31Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_addGustavo F. Padovan1-9/+10
2011-03-31Bluetooth: Enable support for out of band association modelSzymon Janc1-1/+6
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsSzymon Janc3-0/+177
2011-03-31Bluetooth: Add read_local_oob_data management commandSzymon Janc2-0/+98
2011-03-31Bluetooth: Allow for NULL data in mgmt_pending_addSzymon Janc1-1/+2
2011-03-31Bluetooth: Rename cmd to param in pending_cmdSzymon Janc1-7/+7
2011-03-31Bluetooth: Fix checkpatch error in cmtp.hSzymon Janc1-1/+1
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-03-31Bluetooth: Do not use assignments in IF conditionsSzymon Janc1-3/+6
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc3-22/+26
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc2-89/+94
2011-03-31Bluetooth: Opencode macros in bnep/core.cSzymon Janc1-5/+8
2011-03-31Bluetooth: Improve error message on wrong link typeGustavo F. Padovan1-1/+2
2011-03-31Bluetooth: mgmt: Add support for setting the local nameJohan Hedberg2-3/+81
2011-03-31Bluetooth: mgmt: Add local name information to read_info replyJohan Hedberg1-0/+4
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelJohan Hedberg2-5/+5
2011-03-31Bluetooth: remove unnecessary function declarationGustavo F. Padovan1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi103-160/+160
2011-03-31ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller1-12/+6
2011-03-31ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller1-11/+7
2011-03-31ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller1-11/+7
2011-03-31ipv4: Use flowi4_init_output() in ip_send_reply()David S. Miller1-10/+8
2011-03-31ipv4: Use flowi4_init_output() in inet_connection_sock.cDavid S. Miller1-12/+6
2011-03-31fib: add __rcu annotationsEric Dumazet1-45/+58
2011-03-31sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller1-2/+2
2011-03-31fib: add rtnl locking in ip_fib_net_exitEric Dumazet1-0/+2
2011-03-31atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-0/+1
2011-03-30cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen4-0/+48
2011-03-30mac80211: Minor optimization in tx status handlingHelmut Schaa1-4/+7
2011-03-30mac80211: add comment about reorderingJohannes Berg1-0/+2
2011-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-23/+197
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano1-2/+22
2011-03-30bridge: mcast snooping, fix length check of snooped MLDv1/2Linus Lüssing1-1/+1
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs2-0/+5
2011-03-30bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()Balaji G1-1/+1
2011-03-29libceph: Create a new key type "ceph".Tommi Virtanen3-8/+77
2011-03-29libceph: Get secret from the kernel keys api when mounting with key=NAME.Tommi Virtanen2-0/+59
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen6-15/+59
2011-03-29libceph: fix null dereference when unregistering linger requestsSage Weil1-3/+3
2011-03-29ceph: unlock on error in ceph_osdc_start_request()Dan Carpenter1-1/+3
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-124/+201
2011-03-29xfrm: Restrict extended sequence numbers to espSteffen Klassert1-0/+3
2011-03-29xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert1-0/+21
2011-03-29xfrm: Assign esn pointers when cloning a stateSteffen Klassert1-0/+6
2011-03-29xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert2-3/+16
2011-03-29ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller1-0/+1
2011-03-28mac80211: fix aggregation frame release during timeoutDaniel Halperin1-1/+2
2011-03-28cfg80211: fix BSS double-unlinking (continued)Juuso Oikarinen1-7/+11