summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Create per controller workqueueMarcel Holtmann2010-05-101-0/+2
* Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan2010-05-101-0/+1
* Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan2010-05-101-0/+6
* Bluetooth: Make hci_send_acl() voidGustavo F. Padovan2010-05-101-1/+1
* Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan2010-05-101-0/+2
* Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan2010-05-101-2/+1
* Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan2010-05-101-0/+2
* Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan2010-05-101-1/+2
* Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan2010-05-101-0/+4
* Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan2010-05-101-9/+11
* Bluetooth: Make hci_send_sco() voidGustavo F. Padovan2010-05-101-1/+1
* ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-1/+0
* net: Increase NET_SKB_PAD to 64 bytesEric Dumazet2010-05-061-1/+4
* netpoll: Use 'bool' for netpoll_rx() return type.David S. Miller2010-05-061-4/+4
* netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-064-0/+9
* Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2010-05-061-0/+2
|\
| * tun: add ioctl to modify vnet header sizeMichael S. Tsirkin2010-05-031-0/+2
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-056-129/+159
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-056-129/+159
| |\ \
| | * | mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2010-04-301-7/+1
| | * | mac80211: notify driver about IBSS statusJohannes Berg2010-04-281-1/+5
| | * | mac80211: give virtual interface to hw_scanJohannes Berg2010-04-271-1/+1
| | * | cfg80211: Remove default dynamic PS timeout valueJuuso Oikarinen2010-04-271-0/+2
| | * | mac80211: Determine dynamic PS timeout based on ps-qos network latencyJuuso Oikarinen2010-04-271-1/+4
| | * | cfg80211: add ap isolation supportFelix Fietkau2010-04-272-0/+7
| | * | ssb: Fix order of definitions and some text space indentsRafał Miłecki2010-04-261-29/+29
| | * | ssb: Use relative offsets for SPROMRafał Miłecki2010-04-261-98/+98
| | * | ssb: Look for SPROM at different offset on higher rev CCRafał Miłecki2010-04-262-1/+3
| | * | ssb: do not read SPROM if it does not existJohn W. Linville2010-04-262-0/+18
* | | | net: __alloc_skb() speedupEric Dumazet2010-05-051-1/+6
|/ / /
* | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-033-34/+36
|\ \ \
| * | | sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2010-04-301-5/+3
| * | | sctp: fast recovery algorithm is per association.Vlad Yasevich2010-04-301-6/+6
| * | | sctp: update transport initializationsVlad Yasevich2010-04-301-1/+1
| * | | sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich2010-04-301-22/+27
| * | | sctp: remove 'resent' bit from the chunkVlad Yasevich2010-04-301-2/+1
| * | | sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun2010-04-301-1/+1
* | | | net: rcu fixesEric Dumazet2010-05-031-0/+29
* | | | net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller2010-05-021-5/+5
* | | | net: fix softnet_statChangli Gao2010-05-021-10/+7
| |_|/ |/| |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-024-1/+4
|\ \ \
| * | | net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
| * | | sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-04-281-0/+1
| * | | sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-281-0/+1
| * | | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-281-0/+1
* | | | net: Inline skb_pull() in eth_type_trans().David S. Miller2010-05-021-0/+5
* | | | net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-013-33/+39
| |/ / |/| |
* | | net: speedup sock_recv_ts_and_drops()Eric Dumazet2010-04-301-1/+18
* | | net: ip_queue_rcv_skb() helperEric Dumazet2010-04-281-0/+1
* | | net: speedup udp receive pathEric Dumazet2010-04-281-0/+10