summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-23netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman1-1/+1
2010-09-23netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet1-1/+5
2010-09-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller155-3272/+17208
2010-09-22caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland1-7/+0
2010-09-22caif: Fix function NULL pointer check.Sjur Braendeland1-1/+1
2010-09-22caif: Minor fixes in log prints.Sjur Braendeland2-7/+3
2010-09-22caif: Remove buggy re-definition of pr_debugSjur Braendeland1-3/+0
2010-09-22ipv6: addrconf.h cleanupsEric Dumazet1-20/+43
2010-09-22net: constify some ppp/pptp structsEric Dumazet5-9/+9
2010-09-22sundance: Use dev_kfree_skb_any() helperDenis Kirjanov1-5/+1
2010-09-22sundance: Handle DMA mapping errorsDenis Kirjanov1-0/+21
2010-09-22sundance: Convert to DMA APIDenis Kirjanov1-44/+43
2010-09-22net: core: use kernel's converter from hex to binAndy Shevchenko2-12/+11
2010-09-22drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko1-4/+2
2010-09-22tmspci: fix tr%d in printkMeelis Roos1-6/+4
2010-09-22ethtool: Fix build due to lack of ethtool.h include.David S. Miller1-0/+1
2010-09-22sfc: Fix build due to lack of vmalloc.h include.David S. Miller1-0/+1
2010-09-22Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller7-106/+73
2010-09-22ip: fix truesize mismatch in ip fragmentationEric Dumazet2-11/+26
2010-09-22sfc: Clean up and correct comments on efx_monitor()Ben Hutchings1-13/+10
2010-09-22sfc: Include RX IP filter table in register dumpBen Hutchings1-3/+2
2010-09-22sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings3-4/+118
2010-09-22sfc: Add filter table managementBen Hutchings7-1/+678
2010-09-22ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings1-2/+2
2010-09-22ethtool: Add Ethernet MAC-level filtering/steeringBen Hutchings1-1/+5
2010-09-22ethtool: Define RX n-tuple action to clear a ruleBen Hutchings1-2/+3
2010-09-22netxen: dont set skb->truesizeEric Dumazet1-3/+0
2010-09-22qlcnic: dont set skb->truesizeEric Dumazet1-5/+0
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville155-3272/+17208
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-1/+6
2010-09-21ath9k: make the driver specific rate control module optionalFelix Fietkau4-1/+22
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau3-15/+16
2010-09-21ath9k: clean up / fix aggregation session flushFelix Fietkau1-37/+26
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau3-6/+13
2010-09-21ath9k: clean up block ack window handlingFelix Fietkau2-6/+4
2010-09-21wl1271: bugfix: use bitwise-AND instead of logical-ANDEliad Peller1-2/+2
2010-09-21wl1271: avoid redundant memcpy of rx_statusEliad Peller1-3/+1
2010-09-21carl9170: fix hang in AP mode when HT STA does PSMChristian Lamparter1-2/+2
2010-09-21carl9170: reinit phy after HT settings have changedChristian Lamparter2-12/+14
2010-09-21carl9170: fix state downgrade during resetChristian Lamparter1-2/+0
2010-09-21carl9170: abort tasklet during usb resetChristian Lamparter1-0/+3
2010-09-21carl9170: don't load bogus nf of chain 1Christian Lamparter3-12/+9
2010-09-21carl9170: fix noise dBm conversionChristian Lamparter1-2/+2
2010-09-21carl9170: use rx chainmask from eepromChristian Lamparter1-1/+4
2010-09-21ath5k: Add tx queue configuration functionBruno Randolf1-1/+39
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf4-65/+65
2010-09-21ath5k: Keep last descriptor in queueBruno Randolf1-32/+32
2010-09-21ath5k: Count how many times a queue got stuckBruno Randolf3-0/+5
2010-09-21ath5k: Add watchdog for stuck TX queuesBruno Randolf3-0/+56
2010-09-21ath5k: Move tx frame completion into separate functionBruno Randolf1-50/+57