aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-01rename div64_64 to div64_u64Roman Zippel2-5/+4
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+4
2008-04-30ipv6: Compilation fix for compat MCAST_MSFILTER sockopts.Pavel Emelyanov1-4/+4
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds26-94/+231
2008-04-30tty: The big operations reworkAlan Cox1-4/+2
2008-04-30tcp: Overflow bug in VegasLachlan Andrew2-7/+11
2008-04-29[IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B1-15/+7
2008-04-29ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg1-4/+4
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds8-28/+62
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa4-4/+4
2008-04-29proc: switch /proc/irda/irnet to seq_file interfaceAlexey Dobriyan2-39/+34
2008-04-29netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig2-3/+3
2008-04-29ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2-17/+24
2008-04-29sch_sfq: use del_timer_sync() in sfq_destroy()Jarek Poplawski1-1/+2
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens3-1/+91
2008-04-29net: Several cleanups for the setsockopt compat support.David L Stevens1-4/+7
2008-04-29ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov6-22/+64
2008-04-29bridge: kernel panic when unloading bridge moduleBodo Stroesser1-1/+1
2008-04-29bridge: fix error handling in br_add_if()Volodymyr G Lukiianyk1-1/+4
2008-04-29netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard3-9/+6
2008-04-29netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_namesPavel Emelyanov1-1/+1
2008-04-29netfilter: xt_TCPOPTSTRIP: signed tcphoff for ipv6_skip_exthdr() retvalRoel Kluin1-1/+1
2008-04-29tcp: Limit cwnd growth when deferring for GSOJohn Heffner1-1/+2
2008-04-29tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner1-7/+4
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-24/+149
2008-04-28Audit: collect sessionid in netlink messagesEric Paris8-28/+62
2008-04-27wireless: Fix compile error with wifi & ledsLuca Tettamanti1-1/+3
2008-04-27tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov1-2/+1
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens3-0/+127
2008-04-27[IPSEC]: Use digest_null directly for authHerbert Xu1-2/+1
2008-04-27sunrpc: fix missing kernel-docRandy Dunlap1-1/+1
2008-04-27can: Fix copy_from_user() results interpretationSam Ravnborg1-11/+10
2008-04-27Revert "ipv6: Fix typo in net/ipv6/Kconfig"David S. Miller1-1/+1
2008-04-27tipc: endianness annotationsAl Viro1-4/+3
2008-04-27ipv6: result of csum_fold() is already 16bit, no need to castAl Viro1-1/+1
2008-04-27[XFRM] AUDIT: Fix flowlabel text format ambibuity.YOSHIFUJI Hideaki1-1/+1
2008-04-27asm/unaligned.h doesn't work well as the very first includeAl Viro2-1/+1
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-13/+35
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov3-4/+5
2008-04-24ipv6: Fix typo in net/ipv6/KconfigMichael Beasley1-1/+1
2008-04-24ipv6 RAW: Disallow IPPROTO_IPV6-level IPV6_CHECKSUM socket option on ICMPv6 sockets.YOSHIFUJI Hideaki1-0/+18
2008-04-24tcp: tcp_probe buffer overflow and incorrect return valueTom Quetchenbach1-5/+4
2008-04-24ethtool: EEPROM dump no longer works for tg3 and natsemiMandeep Singh Baines1-0/+5
2008-04-24af_key: Fix af_key.c compiler warningBrian Haley1-3/+2
2008-04-24RxRPC: Fix a regression in the RXKAD security moduleDavid Howells1-1/+1
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds11-315/+580
2008-04-24Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-97/+154
2008-04-24Merge branch 'devel'Trond Myklebust11-315/+580
2008-04-24SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the requestTrond Myklebust1-0/+5
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-56/+94