[PATCH] cm4000_cs: __user annotations
[safe/jmp/linux-2.6] / net / ipv4 /
2005-12-14 Herbert Xu[GRE]: Fix hardware checksum modification
2005-12-12 Marcus Sundberg[NETFILTER]: ip_nat_tftp: Fix expectation NAT
2005-12-07 David S. Miller[TCP] Vegas: timestamp before clone
2005-12-07 Thomas Young[TCP] Vegas: Remove extra call to tcp_vegas_rtt_calc
2005-12-07 Thomas Young[TCP] Vegas: stop resetting rtt every ack
2005-12-05 Patrick McHardy[NETFILTER]: Don't use conntrack entry after dropping...
2005-12-05 Patrick McHardy[NETFILTER]: Fix unbalanced read_unlock_bh in ctnetlink
2005-12-05 Patrick McHardy[NETFILTER]: Mark ctnetlink as EXPERIMENTAL
2005-12-05 Patrick McHardy[NETFILTER]: Fix CTA_PROTO_NUM attribute size in ctnetlink
2005-12-05 Patrick McHardy[NETFILTER]: Fix ip_conntrack_flush abuse in ctnetlink
2005-12-05 Pablo Neira Ayuso[NETFILTER]: Fix incorrect argument to ip_nat_initializ...
2005-12-03 Herbert Xu[IPV4] Fix EPROTONOSUPPORT error in inet_create
2005-12-03 David Stevens[IGMP]: workaround for IGMP v1/v2 bug
2005-12-01 Thomas Graf[NETLINK]: Fix processing of fib_lookup netlink messages
2005-12-01 Phil Oester[NETFILTER]: Fix recent match jiffies wrap mismatches
2005-12-01 Jozsef Kadlecsik[NETFILTER]: Ignore ACKs ACKs on half open connections...
2005-11-30 Adrian Bunk[NETFILTER] ipv4: small cleanups
2005-11-30 Adrian Bunk[IPV4]: make two functions static
2005-11-30 Arjan van de Ven[NET]: Add const markers to various variables.
2005-11-30 Mike Stroyan[IPV4] tcp/route: Another look at hash table sizes
2005-11-24 Benoit Boissinot[NETFILTER]: ip_conntrack_netlink.c needs linux/interrupt.h
2005-11-22 Pablo Neira Ayuso[NETFILTER] ctnetlink: Fix refcount leak ip_conntrack...
2005-11-22 Jamal Hadi Salim[IPV4]: Fix secondary IP addresses after promotion
2005-11-21 Yasuyuki Kozakai[NETFILTER]: fixed dependencies between modules related...
2005-11-21 Patrick McHardy[FIB_TRIE]: Don't show local table in /proc/net/route...
2005-11-17 Harald Welte[NETFILTER] ip_conntrack: fix ftp/irc/tftp helpers...
2005-11-17 Stephen Hemminger[TCP]: TCP highspeed build error
2005-11-16 Yasuyuki Kozakai[IPV4,IPV6]: replace handmade list with hlist in IPv...
2005-11-15 Stephen Hemminger[TCP]: More spelling fixes.
2005-11-14 Harald Welte[NETFILTER] nfnetlink: unconditionally require CAP_NET_...
2005-11-14 Pablo Neira Ayuso[NETFILTER] ctnetlink: More thorough size checking...
2005-11-14 Pablo Neira Ayuso[NETFILTER] ctnetlink: use size_t to make gcc-4.x happy
2005-11-12 Vlad Drukker[NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH...
2005-11-11 Jeff Garzik[PATCH] TCP: fix vegas build
2005-11-11 Stephen Hemminger[TCP]: speed up SACK processing
2005-11-11 Stephen Hemminger[TCP]: spelling fixes
2005-11-11 John Heffner[TCP]: receive buffer growth limiting with mixed MTU
2005-11-11 Stephen Hemminger[TCP]: Appropriate Byte Count support
2005-11-11 Stephen Hemminger[TCP]: add tcp_slow_start helper
2005-11-11 Stephen Hemminger[TCP]: simplify microsecond rtt sampling
2005-11-11 Stephen Hemminger[TCP]: fix congestion window update when using TSO...
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-11-10 Thomas Graf[NETLINK]: Make netlink_callback->done() optional
2005-11-10 Yasuyuki Kozakai[NETFILTER]: Add nf_conntrack subsystem.
2005-11-09 Krzysztof Piotr... [NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t.
2005-11-09 Krzysztof Piotr... [NETFILTER] ctnetlink: Fix oops when no ICMP ID info...
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: Add support to identify expectat...
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: propagate error instaed of retur...
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: return -EINVAL if size is wrong
2005-11-09 Yasuyuki Kozakai[NETFILTER]: stop tracking ICMP error at early point
2005-11-09 Philip Craig[NETFILTER] PPTP helper: fix PNS-PAC expectation call id
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: get_conntrack can use GFP_KERNEL
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: kill unused includes
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: add module alias to fix autoloading
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: add marking support from userspace
2005-11-09 Pablo Neira Ayuso[NETFILTER] ctnetlink: check if protoinfo is present
2005-11-09 Harald Welte[NETFILTER] nfnetlink: nfattr_parse() can never fail...
2005-11-09 Yasuyuki Kozakai[NETFILTER]: refcount leak of proto when ctnetlink...
2005-11-09 Yasuyuki Kozakai[NETFILTER]: packet counter of conntrack is 32bits
2005-11-08 Herbert Xu[IPV4]: Fix ip_queue_xmit identity increment for TSO...
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-11-08 Julian Anastasov[IPVS]: fix connection leak if expire_nodest_conn=1
2005-11-05 Stephen Hemminger[TCP/DCCP]: Randomize port selection
2005-11-05 Harald Welte[NETFILTER]: CONNMARK target needs ip_conntrack
2005-11-05 Harald Welte[NETFILTER]: Fix double free after netlink_unicast...
2005-11-05 Harald Welte[NETFILTER] NAT: Fix module refcount dropping too far
2005-11-05 Harald Welte[NETFILTER] PPTP helper: Fix endianness bug in GRE...
2005-11-05 Harald Welte[NETFILTER] PPTP helper: Fix compilation of conntrack...
2005-11-02 Stephen Hemminger[TCP]: BIC max increment too large
2005-11-02 Yan Zheng[MCAST]: ip[6]_mc_add_src should be called when number...
2005-10-31 Harald Welte[NETFILTER]: Add "revision" support to arp_tables and...
2005-10-31 Jean Delvare[PATCH] Typo fix: dot after newline in printk strings
2005-10-29 Jayachandran C[IPV4]: Fix issue reported by Coverity in ipv4/fib_fron...
2005-10-28 Ananda Raju[IPv4/IPv6]: UFO Scatter-gather approach
2005-10-28 Linus TorvaldsMerge /pub/scm/linux/kernel/git/acme/net-2.6.15
2005-10-27 Herbert Xu[TCP]: Clear stale pred_flags when snd_wnd changes
2005-10-26 David Engel[IPV4]: Fix setting broadcast for SIOCSIFNETMASK
2005-10-26 Jayachandran C[IPV4]: Remove dead code from ip_output.c
2005-10-26 Herbert Xu[IPV4]: Kill redundant rcu_dereference on fa_info
2005-10-26 Harald Welte[NETFILTER] ip_conntrack: Make "hashsize" conntrack...
2005-10-26 John Hawkes[NET]: Wider use of for_each_*cpu()
2005-10-22 Julian Anastasov[SK_BUFF]: ipvs_property field must be copied
2005-10-20 Herbert Xu[TCP] Allow len == skb->len in tcp_fragment
2005-10-13 Herbert Xu[TCP]: Ratelimit debugging warning.
2005-10-13 David S. Miller[NETFILTER]: Fix OOPSes on machines with discontiguous...
2005-10-12 Herbert Xu[TCP]: Add code to help track down "BUG at net/ipv4...
2005-10-11 Arnaldo Carvalho... [TWSK]: Grab the module refcount for timewait sockets
2005-10-11 Pablo Neira Ayuso[NETFILTER] ctnetlink: add support to change protocol...
2005-10-11 Pablo Neira Ayuso[NETFILTER] ctnetlink: allow userspace to change TCP...
2005-10-11 Harald Welte[NETFILTER]: Use only 32bit counters for CONNTRACK_ACCT
2005-10-11 Herbert Xu[IPSEC] Fix block size/MTU bugs in ESP
2005-10-11 Herbert Xu[IPSEC]: Use ALIGN macro in ESP
2005-10-11 Pablo Neira Ayuso[NETFILTER] ctnetlink: add one nesting level for TCP...
2005-10-11 Pablo Neira Ayuso[NETFILTER] ctnetlink: ICMP ID is not mandatory
2005-10-11 Harald Welte[NETFILTER] conntrack_netlink: Fix endian issue with...
2005-10-11 Harald Welte[NETFILTER] ipt_ULOG: Mark ipt_ULOG as OBSOLETE
2005-10-11 Harald Welte[NETFILTER] PPTP helper: Add missing Kconfig dependency
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-05 Stephen Hemminger[TCP]: BIC coding bug in Linux 2.6.13
2005-10-05 Randy Dunlap[IPVS]: fix sparse gfp nocast warnings
next