summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2010-06-16mac80211: Fix ps-qos network latency handlingJuuso Oikarinen1-4/+1
2010-06-14mac80211: Fix circular locking dependency in ARP filter handlingJuuso Oikarinen1-14/+21
2010-06-14mac80211: Set basic rates while joining ibss networkTeemu Paasikivi1-0/+2
2010-06-14mac80211: allow drivers to sleep in ampdu_actionJohannes Berg1-1/+1
2010-06-14mac80211: remove non-irqsafe aggregation callbacksJohannes Berg1-27/+5
2010-06-08wireless: fix kernel-docJohannes Berg2-31/+90
2010-06-04mac80211: Remove deprecated sta_notify commandsSujith1-5/+1
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg1-4/+2
2010-06-03mac80211: Add support for hardware ARP query filteringJuuso Oikarinen1-0/+14
2010-06-03mac80211: remove tx status ampdu_ack_mapJohannes Berg1-4/+1
2010-06-03cfg80211: make action channel type optionalJohannes Berg1-0/+1
2010-06-03wireless: fix several minor description typosWalter Goldens1-1/+1
2010-05-24wireless: fix mac80211.h kernel-doc warningsRandy Dunlap1-0/+3
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville1-1/+0
2010-05-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-1/+1
2010-05-20netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx1-1/+1
2010-05-19ipv6: Replace inet6_ifaddr->dead with stateHerbert Xu1-2/+10
2010-05-18net: Introduce skb_tunnel_rx() helperEric Dumazet1-0/+20
2010-05-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+39
2010-05-18X25: Move accept approve flag to bitfieldandrew hendry1-3/+2
2010-05-18X25: Move interrupt flag to bitfieldandrew hendry1-1/+2
2010-05-18X25: Move qbit flag to bitfieldandrew hendry1-1/+5
2010-05-18net: implements ip_route_input_noref()Eric Dumazet1-1/+16
2010-05-18net: add a noref bit on skb dstEric Dumazet2-8/+53
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+39
2010-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-18/+3
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-0/+8
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-18/+3
2010-05-16net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+6
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-9/+5
2010-05-13tipc: Update commenting in TIPC APIAllan Stephens1-8/+8
2010-05-13mac80211: add offload channel switch supportJohannes Berg1-0/+39
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+4
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+15
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy1-0/+5
2010-05-11ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy1-12/+1
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy1-2/+2
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy1-0/+2
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-0/+14
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy24-143/+340
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