summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear4-6/+6
2010-08-10isdn: mISDN: call pci_disable_device() if pci_probe() failedKulikov Vasiliy1-1/+4
2010-08-10isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy1-0/+1
2010-08-10isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy1-0/+1
2010-08-10usbnet: rx_submit() should return an error code.David S. Miller1-6/+16
2010-08-10pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski1-5/+17
2010-08-10pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski1-0/+6
2010-08-10qlcnic: using too much stackDan Carpenter1-6/+21
2010-08-10qlcnic: clean up qlcnic_init_pci_info()Dan Carpenter1-22/+23
2010-08-10phy.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-08-10net/sock.h: add missing kernel-doc notationRandy Dunlap1-1/+3
2010-08-10etherdevice.h: fix kernel-doc typoRandy Dunlap1-1/+1
2010-08-10farsync: Fix compile warnings.David S. Miller1-7/+8
2010-08-09igbvf.txt: Add igbvf DocumentationJeff Kirsher1-0/+78
2010-08-09igb.txt: Add igb documentationJeff Kirsher1-0/+132
2010-08-09e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher8-0/+18
2010-08-09ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend1-4/+10
2010-08-08netxen: protect tx timeout recovery by rtnl lockAmit Kumar Salecha1-8/+7
2010-08-08isdn: gigaset: use after freeDan Carpenter1-2/+4
2010-08-08isdn: gigaset: add missing unlockDan Carpenter1-0/+1
2010-08-08solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse1-1/+6
2010-08-08pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski1-0/+7
2010-08-08net: disable preemption before call smp_processor_id()Changli Gao1-0/+2
2010-08-08tcp: no md5sig option size check bugDmitry Popov1-1/+1
2010-08-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller41-301/+866
2010-08-06iwlwifi: fix locking assertionsJohannes Berg4-6/+6
2010-08-06iwlwifi: fix TX tracerJohannes Berg1-1/+1
2010-08-06isdn: fix information leakDan Carpenter1-5/+5
2010-08-06net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-06usbnet: remove noisy and hardly useful printkChristian Samsel1-1/+0
2010-08-06rtl8180: avoid potential NULL deref in rtl8180_beacon_workJohn W. Linville1-0/+2
2010-08-06ath9k: Remove myself from the MAINTAINERS listSujith1-1/+0
2010-08-06libertas: scan before assocation if no BSSID was givenDan Williams3-33/+121
2010-08-06libertas: fix association with some APs by using extended ratesDan Williams1-16/+40
2010-08-06libertas: get the right # of scanned BSSesDan Williams1-1/+9
2010-08-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville6-13/+28
2010-08-05virtio_net: implements ethtool_ops.get_drvinfoRusty Russell1-0/+14
2010-08-05ppp: make channel_ops conststephen hemminger8-13/+16
2010-08-05RxRPC: Fix a potential deadlock between the call resend_timer and state_lockDavid Howells2-4/+5
2010-08-05sch_sfq: add sanity check for the packet lengthChangli Gao1-9/+20
2010-08-05cls_rsvp: add sanity check for the packet lengthChangli Gao1-2/+10
2010-08-05cls_flow: add sanity check for the packet lengthChangli Gao1-40/+56
2010-08-05sk_buff: introduce pskb_network_may_pull()Changli Gao1-0/+5
2010-08-05act_nat: fix on the TX pathChangli Gao1-10/+13
2010-08-05drivers/net/enic: Use %pUB to format a UUIDJoe Perches1-15/+2
2010-08-05davinci_emac: Fix use after free in davinci_emac_removeStefan Weil1-1/+1
2010-08-05via-velocity: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-2/+2
2010-08-05cxgb4vf: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-15/+16
2010-08-05cxgb3: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-12/+13
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds310-574/+461