aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann1-0/+2
2010-05-10Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan1-0/+1
2010-05-10Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan1-0/+6
2010-05-10Bluetooth: Make hci_send_acl() voidGustavo F. Padovan1-1/+1
2010-05-10Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan1-2/+1
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan1-1/+2
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan1-0/+4
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan1-9/+11
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan1-1/+1
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-1/+0
2010-05-06net: Increase NET_SKB_PAD to 64 bytesEric Dumazet1-1/+4
2010-05-06netpoll: Use 'bool' for netpoll_rx() return type.David S. Miller1-4/+4
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong4-0/+9
2010-05-06Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-0/+2
2010-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller6-129/+159
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville6-129/+159
2010-05-05net: __alloc_skb() speedupEric Dumazet1-1/+6
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller3-34/+36
2010-05-03net: rcu fixesEric Dumazet1-0/+29
2010-05-03tun: add ioctl to modify vnet header sizeMichael S. Tsirkin1-0/+2
2010-05-02net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller1-5/+5
2010-05-02net: fix softnet_statChangli Gao1-10/+7
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-1/+4
2010-05-02net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt1-1/+1
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller1-0/+5
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet3-33/+39
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich1-5/+3
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich1-6/+6
2010-04-30sctp: update transport initializationsVlad Yasevich1-1/+1
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich1-22/+27
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich1-2/+1
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun1-1/+1
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet1-1/+18
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-7/+1
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet1-0/+1
2010-04-28net: speedup udp receive pathEric Dumazet1-0/+10
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4)Neil Horman1-0/+1
2010-04-28mac80211: notify driver about IBSS statusJohannes Berg1-1/+5
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-2/+3
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland1-3/+4
2010-04-28caif: Add reference counting to service layerSjur Braendeland3-0/+40
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland2-7/+9
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich1-0/+1
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun1-0/+1
2010-04-27net: disallow to use net_assign_generic externallyJiri Pirko1-7/+2
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-2/+11
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-2/+4
2010-04-27net: Make RFS socket operations not be inet specific.David S. Miller2-37/+38