aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-03-18Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg
2013-03-18Bluetooth: Fix fast connectable response sendingJohan Hedberg
2013-03-18Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg
2013-03-18Bluetooth: Fix setting local name to the existing valueJohan Hedberg
2013-03-18Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg
2013-03-18Bluetooth: Fix waiting for EIR update when setting local nameJohan Hedberg
2013-03-18Bluetooth: Fix clearing flags on power off before notifying mgmtJohan Hedberg
2013-03-18Bluetooth: Clear non-persistent flags when closing HCI deviceJohan Hedberg
2013-03-18Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg
2013-03-18Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg
2013-03-18Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg
2013-03-18Bluetooth: Wait for HCI command completion with mgmt_set_poweredJohan Hedberg
2013-03-18Bluetooth: Update mgmt powered HCI commands to use async requestsJohan Hedberg
2013-03-18Bluetooth: Move power on HCI command updates to their own functionJohan Hedberg
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu
2013-03-18Bluetooth: Use PTR_RET functionAlexandru Gheorghiu
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-18net: sctp: remove cast for kmalloc/kzalloc return valueZhang Yanfei
2013-03-17scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2013-03-17netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich
2013-03-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-03-17vxlan: generalize forwarding tablesDavid Stevens
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-16Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs
2013-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-15ipv4: replace ip_fast_csum with csum_replace2Li RongQing
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller
2013-03-15VSOCK: Support VM sockets connected to the hypervisor.Reilly Grant
2013-03-15netfilter: ip6t_NPT: restrict to mangle tableFlorian Westphal
2013-03-15netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso
2013-03-15netfilter: nfnetlink_queue: fix incorrect initialization of copy range fieldPablo Neira Ayuso
2013-03-15netfilter: nf_conntrack: register pernet subsystem before register L4 protoGao feng
2013-03-15netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng
2013-03-15netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa
2013-03-15bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu
2013-03-15ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu
2013-03-15netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes
2013-03-14tcp: fix skb_availroom()Eric Dumazet
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll