aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: Use appropriate sock tclass setting for routing lookup.YOSHIFUJI Hideaki2008-04-131-1/+1
* [IPV6]: IPv6 extension header structures need to be packed.YOSHIFUJI Hideaki2008-04-131-1/+1
* [IPV6]: Fix ipv6 address fetching in raw6_icmp_error().David S. Miller2008-04-131-2/+4
* [NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy2008-04-131-1/+1
* [ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle2008-04-131-0/+1
* [NET]: Fix kernel-doc for skb_segmentBen Hutchings2008-04-131-2/+2
* [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet2008-04-131-1/+1
* net: check for underlength tap writesRusty Russell2008-04-121-1/+4
* net: make struct tun_struct private to tun.cRusty Russell2008-04-123-40/+34
* [SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event.Pavel Emelyanov2008-04-122-3/+6
* [SCTP]: Fix compiler warning about const qualifiersVlad Yasevich2008-04-124-6/+8
* [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng2008-04-124-0/+25
* [SCTP]: Add check for hmac_algo parameter in sctp_verify_param()Wei Yongjun2008-04-121-3/+26
* [NET_SCHED] cls_u32: refcounting fix for u32_delete()Jarek Poplawski2008-04-121-3/+9
* [DCCP]: Fix skb->cb conflicts with IPPatrick McHardy2008-04-124-2/+9
* [AX25]: Potential ax25_uid_assoc-s leaks on module unload.Pavel Emelyanov2008-04-121-0/+2
* tg3: fix MMIO for PPC 44x platformsSergei Shtylyov2008-04-121-3/+4
* Mark generic HDLC + PPP as broken.Krzysztof Halasa2008-04-121-1/+5
* ehea: Fix DLPAR memory add supportThomas Klein2008-04-122-3/+24
* sc92031: sysfs link missingStephen Hemminger2008-04-121-0/+1
* smc91x driver: fix bug: print warning only in interrupt modeSonic Zhang2008-04-121-0/+2
* forcedeth: mac address fixAyaz Abdulla2008-04-121-2/+24
* macb: Use semicolon instead of comma for statementAtsushi Nemoto2008-04-121-6/+6
* macb: Call phy_disconnect on removingAtsushi Nemoto2008-04-121-0/+2
* ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund2008-04-121-23/+30
* fs_enet: Don't call NAPI functions when NAPI is not used.Laurent Pinchart2008-04-121-1/+2
* sky2: missing chip name for Yukon SupremeStephen Hemminger2008-04-121-0/+1
* [NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano2008-04-101-0/+1
* [IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller2008-04-101-1/+1
* BNX2X: Correct bringing chip out of resetEliezer Tamir2008-04-091-3/+3
* [NETFILTER]: nf_nat: autoload IPv4 connection trackingJan Engelhardt2008-04-091-0/+2
* [NETFILTER]: xt_hashlimit: fix mask calculationPatrick McHardy2008-04-091-18/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-04-099-21/+53
|\
| * rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner2008-04-091-3/+1
| * ssb-mipscore: Fix interrupt vectorsMichael Buesch2008-04-091-6/+7
| * ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger2008-04-091-1/+1
| * mac80211: use short_preamble mode from capability if ERP IE not presentVladimir Koutny2008-04-091-8/+35
| * nl80211: fix STA AID bugJohannes Berg2008-04-071-1/+1
| * b43legacy: fix bcm4303 crashStefano Brivio2008-04-071-0/+6
| * iwlwifi: fix n-band association problemAbhijeet Kolekar2008-04-071-1/+0
| * ipw2200: set MAC address on radiotap interfaceDaniel Drake2008-04-071-0/+1
| * libertas: fix mode initialization problemHolger Schurig2008-04-071-1/+1
* | [XFRM]: xfrm_user: fix selector family initializationPatrick McHardy2008-04-091-1/+1
* | [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-089-134/+225
* | [TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen2008-04-071-0/+5
* | [TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2008-04-073-6/+23
* | [TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen2008-04-071-4/+18
* | [TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen2008-04-071-8/+8
|/
* Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-04-043-8/+5
|\
| * fix endian lossage in forcedethAl Viro2008-04-041-3/+2