summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Fix up sysctl_tcp_mem initialization.John Heffner2006-11-161-3/+4
* [NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr()Patrick McHardy2006-11-161-1/+1
* [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy2006-11-163-9/+12
* [NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBALPatrick McHardy2006-11-161-1/+1
* [IPVS]: More endianness fixed.Julian Anastasov2006-11-103-6/+6
* [DECNET]: Endianess fixes (try #2)Steven Whitehouse2006-11-084-19/+20
* [NET]: Set truesize in pskb_copyHerbert Xu2006-11-081-0/+1
* [NETPOLL]: Compute checksum properly in netpoll_send_udp().Chris Lalancette2006-11-081-0/+6
* [PKT_SCHED] sch_htb: Use hlist_del_init().Stephen Hemminger2006-11-081-4/+2Star
* [TCP]: Don't use highmem in tcp hash size calculation.John Heffner2006-11-081-2/+2
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-11-061-6/+6
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-11-061-6/+6
| |\
| | * [PATCH] ieee80211: don't flood log with errorsJiri Benc2006-11-011-6/+6
* | | [PATCH] sunrpc: add missing spin_unlockAkinobu Mita2006-11-061-0/+1
|/ /
* | [NETLABEL]: Fix build failure.Paul Moore2006-11-062-3/+2Star
* | [IPV6]: Give sit driver an appropriate module alias.Patrick McHardy2006-11-061-0/+1
* | [IPV6]: Add ndisc_netdev_notifier unregister.Dmitry Mishin2006-11-051-0/+1
* | [NET]: __alloc_pages() failures reported due to fragmentationLarry Woodman2006-11-051-1/+1
* | [PKTGEN]: TCI endianness fixesAl Viro2006-11-051-12/+18
* | [NETFILTER] bug: skb->protocol is already net-endianAl Viro2006-11-052-2/+2
* | [NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bitAl Viro2006-11-051-1/+1
* | [NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bitAl Viro2006-11-051-2/+2
* | [IPX]: Annotate and fix IPX checksumAl Viro2006-11-052-14/+21
* | [IPX]: Trivial parts of endianness annotationsAl Viro2006-11-053-38/+38
* | [NETFILTER]: silence a warning in ebtablesMeelis Roos2006-11-021-1/+1
* | [IPV6]: File the fingerprints off ah6->spi/esp6->spiAl Viro2006-11-021-2/+2
* | [TCP]: Set default congestion control when no sysctl.Stephen Hemminger2006-11-022-7/+8
* | [TIPC] net/tipc/port.c: fix NULL dereferenceAdrian Bunk2006-11-021-2/+3
* | [PATCH] skge, sky2, et all. gplv2 onlyStephen Hemminger2006-11-011-1/+1
|/
* [IPV6]: fix flowlabel seqfile handlingJames Morris2006-10-311-12/+6Star
* [IPV6]: return EINVAL for invalid address with flowlabel lease requestJames Morris2006-10-311-1/+3
* [SCTP]: Remove temporary associations from backlog and hash.Vlad Yasevich2006-10-313-4/+24
* [SCTP]: Correctly set IP id for SCTP trafficVlad Yasevich2006-10-312-1/+10
* [NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore2006-10-312-5/+4Star
* [NETFILTER]: ip_tables: compat code module refcounting fixDmitry Mishin2006-10-311-25/+11Star
* [NETFILTER]: nf_conntrack: add missing unlock in get_next_corpse()Martin Josefsson2006-10-311-1/+2
* [NETFILTER]: ip_tables: compat error way cleanupVasily Averin2006-10-311-0/+1
* [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin2006-10-313-25/+54
* [NETFILTER]: remove masq/NAT from ip6tables Kconfig helpPatrick McHardy2006-10-311-1/+1
* [IPV6]: fix lockup via /proc/net/ip6_flowlabelJames Morris2006-10-311-0/+2
* [NET]: fix uaccess handlingHeiko Carstens2006-10-313-14/+25
* [SCTP]: Always linearise packet on inputHerbert Xu2006-10-311-0/+3
* [DCCP]: fix printk format warningsRandy Dunlap2006-10-311-8/+10
* [NET]: Fix segmentation of linear packetsHerbert Xu2006-10-311-5/+4Star
* [XFRM] xfrm_user: Fix unaligned accesses.David S. Miller2006-10-311-2/+2
* [APPLETALK]: Fix potential OOPS in atalk_sendmsg().David S. Miller2006-10-311-2/+0Star
* [PATCH] fix "sunrpc: fix refcounting problems in rpc servers"Andrew Morton2006-10-301-2/+3
* [PATCH] sunrpc: fix refcounting problems in rpc serversNeil Brown2006-10-302-19/+15Star
* [BRIDGE]: correct print message typoRandy Dunlap2006-10-261-1/+1
* [TCP] H-TCP: fix integer overflowGavin McCullagh2006-10-261-1/+1