summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-15netconsole: only set CON_PRINTBUFFER if the user specifies a netconsoleMichael Ellerman1-1/+4
2008-04-15[CAN]: Update documentation of struct sockaddr_canOliver Hartkopp1-4/+4
2008-04-15MAINTAINERS: isdn4linux@listserv.isdn4linux.de is subscribers-onlyPaul Bolle1-2/+2
2008-04-15[TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev1-26/+46
2008-04-14[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski1-0/+3
2008-04-14[BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilterPatrick McHardy1-1/+2
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov1-1/+3
2008-04-13[IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface.YOSHIFUJI Hideaki1-2/+1
2008-04-13[IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are...YOSHIFUJI Hideaki1-7/+9
2008-04-13[IPV6]: Use appropriate sock tclass setting for routing lookup.YOSHIFUJI Hideaki1-1/+1
2008-04-13[IPV6]: IPv6 extension header structures need to be packed.YOSHIFUJI Hideaki1-1/+1
2008-04-13[IPV6]: Fix ipv6 address fetching in raw6_icmp_error().David S. Miller1-2/+4
2008-04-13[NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy1-1/+1
2008-04-13[ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle1-0/+1
2008-04-13[NET]: Fix kernel-doc for skb_segmentBen Hutchings1-2/+2
2008-04-13[SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet1-1/+1
2008-04-12net: check for underlength tap writesRusty Russell1-1/+4
2008-04-12net: make struct tun_struct private to tun.cRusty Russell3-40/+34
2008-04-12[SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event.Pavel Emelyanov2-3/+6
2008-04-12[SCTP]: Fix compiler warning about const qualifiersVlad Yasevich4-6/+8
2008-04-12[SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng4-0/+25
2008-04-12[SCTP]: Add check for hmac_algo parameter in sctp_verify_param()Wei Yongjun1-3/+26
2008-04-12[NET_SCHED] cls_u32: refcounting fix for u32_delete()Jarek Poplawski1-3/+9
2008-04-12[DCCP]: Fix skb->cb conflicts with IPPatrick McHardy4-2/+9
2008-04-12[AX25]: Potential ax25_uid_assoc-s leaks on module unload.Pavel Emelyanov1-0/+2
2008-04-12tg3: fix MMIO for PPC 44x platformsSergei Shtylyov1-3/+4
2008-04-12Mark generic HDLC + PPP as broken.Krzysztof Halasa1-1/+5
2008-04-12ehea: Fix DLPAR memory add supportThomas Klein2-3/+24
2008-04-12sc92031: sysfs link missingStephen Hemminger1-0/+1
2008-04-12smc91x driver: fix bug: print warning only in interrupt modeSonic Zhang1-0/+2
2008-04-12forcedeth: mac address fixAyaz Abdulla1-2/+24
2008-04-12macb: Use semicolon instead of comma for statementAtsushi Nemoto1-6/+6
2008-04-12macb: Call phy_disconnect on removingAtsushi Nemoto1-0/+2
2008-04-12ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund1-23/+30
2008-04-12fs_enet: Don't call NAPI functions when NAPI is not used.Laurent Pinchart1-1/+2
2008-04-12sky2: missing chip name for Yukon SupremeStephen Hemminger1-0/+1
2008-04-10[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano1-0/+1
2008-04-10[IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller1-1/+1
2008-04-09BNX2X: Correct bringing chip out of resetEliezer Tamir1-3/+3
2008-04-09[NETFILTER]: nf_nat: autoload IPv4 connection trackingJan Engelhardt1-0/+2
2008-04-09[NETFILTER]: xt_hashlimit: fix mask calculationPatrick McHardy1-18/+5
2008-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-21/+53
2008-04-09[XFRM]: xfrm_user: fix selector family initializationPatrick McHardy1-1/+1
2008-04-09rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner1-3/+1
2008-04-09ssb-mipscore: Fix interrupt vectorsMichael Buesch1-6/+7
2008-04-09ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger1-1/+1
2008-04-09mac80211: use short_preamble mode from capability if ERP IE not presentVladimir Koutny1-8/+35
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller9-134/+225
2008-04-07[TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen1-0/+5
2008-04-07[TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen3-6/+23