aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bug.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-01ipv4: fix sysctl documentation of time related valuesStephen Hemminger1-8/+4
2008-06-30mac80211: don't accept WEP keys other than WEP40 and WEP104Emmanuel Grumbach2-0/+16
2008-06-30hostap: fix sparse warningsPavel Roskin5-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultPavel Roskin1-1/+1
2008-06-30textsearch: fix Boyer-Moore text search bugJoonwoo Park1-1/+1
2008-06-30netfilter: nf_conntrack_tcp: fixing to check the lower bound of valid ACKJozsef Kadlecsik1-6/+7
2008-06-27ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.YOSHIFUJI Hideaki1-3/+3
2008-06-27netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore1-1/+1
2008-06-27net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen2-3/+6
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov4-6/+17
2008-06-27CONNECTOR: add a proc entry to list connectorsLi Zefan1-0/+40
2008-06-27netlink: Fix some doc comments in net/netlink/attr.cJulius Volz1-3/+4
2008-06-27tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger2-6/+6
2008-06-27include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk1-0/+4
2008-06-27pkt_sched: Remove CONFIG_NET_SCH_RRAdrian Bunk1-11/+0
2008-06-27pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.WANG Cong1-1/+1
2008-06-27netdevice: Fix typo of dev_unicast_add() commentWang Chen1-1/+1
2008-06-27af_unix: fix 'poll for write'/connected DGRAM socketsRainer Weikusat1-28/+24
2008-06-27tcp: fix for splice receive when used with software LROOctavian Purdila1-5/+12
2008-06-27tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg1-3/+6
2008-06-27hamradio: remove unused variableAndre Haupt1-2/+0
2008-06-27mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach1-0/+9
2008-06-27prism: islpci_eth.c endianness fixHarvey Harrison1-1/+1
2008-06-27rt2x00: Fix lock dependency errrorIvo van Doorn3-15/+28
2008-06-27Hold RTNL while calling dev_close()Ben Hutchings1-0/+3
2008-06-27qla3xxx: Hold RTNL while calling dev_close()Ben Hutchings1-0/+2
2008-06-27[netdrvr] Fix IOMMU overflow checking in s2io.cAndi Kleen2-27/+12
2008-06-27e1000: only enable TSO6 via ethtool when using correct hardwareAndy Gospodarek1-1/+1
2008-06-27e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao1-0/+2
2008-06-27[netdrvr] netxen: fix netxen_pci_tbl[] breakageAl Viro1-7/+11
2008-06-27[netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enableIngo Molnar1-2/+3
2008-06-27ipg: use NULL, not zero, for pointersPekka Enberg1-1/+1
2008-06-27ipg: fix jumbo frame compilationPekka Enberg1-7/+7
2008-06-27drivers/net/r6040.c: Eliminate double sizeofJulia Lawall1-1/+1
2008-06-27pcnet_cs, axnet_cs: clear bogus interrupt before request_irqKomuro2-0/+5
2008-06-27e1000e: fix EEH recovery during reset on PPCJeff Kirsher1-1/+2
2008-06-27igb: fix EEH recovery during reset on PPCJeff Kirsher1-1/+2
2008-06-27ixgbe: fix EEH recovery during reset on PPCPaul Larson1-1/+2
2008-06-27tc35815: Fix receiver hangup on Rx FIFO overflowAtsushi Nemoto1-1/+1
2008-06-27tc35815: Mark carrier-off before starting PHYAtsushi Nemoto1-0/+2
2008-06-27s2io: fix documentation about intr_typeMichal Schmidt1-3/+3
2008-06-25iwlwifi: improve scanning band selection managementRon Rindjunsky2-33/+39
2008-06-25rt2x00: Fix unbalanced mutex lockingIvo van Doorn2-30/+42
2008-06-25b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch1-1/+1
2008-06-25b43: Fix possible MMIO access while device is downMichael Buesch1-0/+3
2008-06-25b43legacy: Do not return TX_BUSY from op_txMichael Buesch1-2/+4
2008-06-25b43: Do not return TX_BUSY from op_txMichael Buesch1-4/+8
2008-06-25mac80211: implement EU regulatory domainTony Vroon1-0/+18
2008-06-24netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy1-1/+1
2008-06-20netns: Don't receive new packets in a dead network namespace.Eric W. Biederman3-0/+18