summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Address of void __user * is void __user * *, not void * __user *Al Viro2005-12-151-1/+1
* [VLAN]: Fix hardware rx csum errorsStephen Hemminger2005-12-151-0/+3
* [GRE]: Fix hardware checksum modificationHerbert Xu2005-12-141-1/+1
* [PKT_SCHED]: Disable debug tracing logs by default in packet action API.David S. Miller2005-12-141-1/+1
* [IPV6] addrconf: Do not print device pointer in privacy log message.David S. Miller2005-12-141-2/+2
* [PATCH] ieee80211_crypt_tkip depends on NET_RADIOOlaf Hering2005-12-131-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/nf-2.6Linus Torvalds2005-12-131-1/+4
|\
| * [NETFILTER]: ip_nat_tftp: Fix expectation NATMarcus Sundberg2005-12-131-1/+4
* | [TCPv6]: Fix skb leakArnaldo Carvalho de Melo2005-12-121-10/+9Star
|/
* [IPv6] IPsec: fix pmtu calculation of espKazunori MIYAZAWA2005-12-091-1/+1
* [NET]: Fix NULL pointer deref in checksum debugging.Stephen Hemminger2005-12-091-1/+2
* [AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page().David S. Miller2005-12-071-54/+61
* [TCP] Vegas: timestamp before cloneDavid S. Miller2005-12-071-109/+124
* [TCP] Vegas: Remove extra call to tcp_vegas_rtt_calcThomas Young2005-12-071-8/+0Star
* [TCP] Vegas: stop resetting rtt every ackThomas Young2005-12-071-4/+4
* [DECNET]: add memory buffer settings Steven Whitehouse2005-12-052-3/+55
* [NET]: make function pointer argument parseable by kernel-docMartin Waitz2005-12-051-1/+1
* [NETFILTER]: Don't use conntrack entry after dropping the referencePatrick McHardy2005-12-051-4/+2Star
* [NETFILTER]: Fix unbalanced read_unlock_bh in ctnetlinkPatrick McHardy2005-12-051-1/+2
* [NETFILTER]: Wait for untracked references in nf_conntrack module unloadPatrick McHardy2005-12-051-0/+3
* [NETFILTER]: Mark ctnetlink as EXPERIMENTALPatrick McHardy2005-12-052-6/+6
* [NETFILTER]: Fix CTA_PROTO_NUM attribute size in ctnetlinkPatrick McHardy2005-12-051-2/+2
* [NETFILTER]: Fix ip_conntrack_flush abuse in ctnetlinkPatrick McHardy2005-12-051-9/+11
* [NETFILTER]: nfnetlink: Fix calculation of minimum message lengthYasuyuki Kozakai2005-12-051-3/+2Star
* [NETFILTER]: nf_conntrack: Fix missing check for ICMPv6 typeYasuyuki Kozakai2005-12-051-6/+6
* [NETFILTER]: Fix incorrect argument to ip_nat_initialized() in ctnetlinkPablo Neira Ayuso2005-12-051-1/+1
* SUNRPC: Fix Oopsable condition in rpc_pipefsTrond Myklebust2005-12-031-1/+1
* [IPV6]: Load protocol module dynamically.YOSHIFUJI Hideaki2005-12-031-14/+33
* [IPV4] Fix EPROTONOSUPPORT error in inet_createHerbert Xu2005-12-031-4/+3Star
* [IGMP]: workaround for IGMP v1/v2 bugDavid Stevens2005-12-032-1/+9
* [SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection fromNeil Horman2005-12-031-1/+2
* [SCTP]: Return socket errors only if the receive queue is empty.Neil Horman2005-12-031-5/+5
* [NETLINK]: Fix processing of fib_lookup netlink messagesThomas Graf2005-12-011-2/+6
* [NETFILTER]: Fix recent match jiffies wrap mismatchesPhil Oester2005-12-011-0/+1
* [NETFILTER]: Ignore ACKs ACKs on half open connections in TCP conntrackJozsef Kadlecsik2005-12-012-18/+40
* [IPV6]: make two functions staticAdrian Bunk2005-11-302-3/+4
* [NETFILTER] ipv4: small cleanupsAdrian Bunk2005-11-303-4/+4
* [IPV4]: make two functions staticAdrian Bunk2005-11-302-2/+2
* [NET]: Add const markers to various variables.Arjan van de Ven2005-11-3019-29/+29
* [ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka2005-11-303-30/+41
* [ATM]: avoid race conditions related to atm_devs listStanislaw Gruszka2005-11-303-23/+20Star
* [ATM]: attempt to autoload atm driversMitchell Blank Jr2005-11-302-2/+3
* [ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as constMitchell Blank Jr2005-11-301-4/+7
* [ATM]: always return the first interface for ATM_ITF_ANYMitchell Blank Jr2005-11-301-20/+10Star
* [IPV4] tcp/route: Another look at hash table sizesMike Stroyan2005-11-302-6/+3Star
* [IPV6]: Implement appropriate dummy rule 4 in ipv6_dev_get_saddr().YOSHIFUJI Hideaki2005-11-291-0/+2
* SUNRPC: Funny looking code in __rpc_purge_upcallTrond Myklebust2005-11-251-11/+15
* [BRIDGE]: recompute features when adding a new deviceOlaf Rempel2005-11-241-0/+1
* [NETFILTER]: ip_conntrack_netlink.c needs linux/interrupt.hBenoit Boissinot2005-11-241-0/+1
* [NETFILTER] ctnetlink: Fix refcount leak ip_conntrack/nat_protoPablo Neira Ayuso2005-11-221-12/+12