- 6651fd5 Use task_pid_nr() in ip_vs_sync.c by Pavel Emelyanov · 17 years ago
- ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
- 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
- af1e1cf [IPVS]: Replace local version of skb_make_writable by Herbert Xu · 17 years ago
- 776c729 [IPV4]: Change ip_defrag to return an integer by Herbert Xu · 17 years ago
- cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
- 0cc217e [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev by Eric W. Biederman · 17 years ago
- de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
- 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
- 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
- 16fcec3 [NETFILTER]: Fix/improve deadlock condition on module removal netfilter by Neil Horman · 17 years ago
- cae7ca3 [IPVS]: Use IP_VS_WAIT_WHILE when encessary. by Heiko Carstens · 17 years ago
- f49f996 [IPV4]: Clean up duplicate includes in net/ipv4/ by Jesper Juhl · 17 years ago
- ccc7911 [IPVS]: Use skb_forward_csum by Herbert Xu · 17 years ago
- 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
- 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
- cc0191a [IPVS]: Fix state variable on failure to start ipvs threads by Neil Horman · 17 years ago
- a6938a1 [IPVS]: Use menuconfig objects. by Jan Engelhardt · 17 years ago
- 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
- 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 18 years ago
- c214b2c ipvs: flush defense_work before module unload by Oleg Nesterov · 18 years ago
- 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
- 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 18 years ago
- 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
- 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
- 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 18 years ago
- b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 18 years ago
- d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 18 years ago
- eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 18 years ago
- c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 18 years ago
- d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 18 years ago
- e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 18 years ago
- 4412ec4 [NET] IPV4: Use hton{s,l}() where appropriate. by YOSHIFUJI Hideaki · 18 years ago
- 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
- cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
- 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
- cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
- c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
- e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
- 37004af [IPVS]: Make ip_vs_sync.c <= 80col wide. by Simon Horman · 18 years ago
- 89eaeb0 [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep() by Simon Horman · 18 years ago
- e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
- 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
- 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
- d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
- 8b2ed4b [IPVS]: Use kmemdup where appropriate by Arnaldo Carvalho de Melo · 18 years ago
- f9214b2 [NET]: ipvs checksum annotations. by Al Viro · 18 years ago
- f6ab028 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. by Al Viro · 18 years ago
- b1550f2 [NET]: Annotate ip_vs_checksum_complete() and callers. by Al Viro · 18 years ago
- d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
- 75e7ce6 [IPVS]: Annotate ..._app_hashkey(). by Al Viro · 18 years ago
- 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
- c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
- bb831eb [IPVS]: More endianness fixed. by Julian Anastasov · 18 years ago
- 5e7ddac [PATCH] ptrdiff_t is %t, not %z by Al Viro · 18 years ago
- 901eaf6 [NETFILTER]: Honour source routing for LVS-NAT by Simon Horman · 18 years ago
- cab0089 Still more typo fixes by Matt LaPlante · 18 years ago
- 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
- 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
- 96d2ca4 [IPVS] bug: endianness breakage in ip_vs_ftp by Al Viro · 18 years ago
- 014d730 [IPVS]: ipvs annotations by Al Viro · 18 years ago
- 28b06c3 [IPVS]: Make sure ip_vs_ftp ports are valid: module_param_array approach by Simon Horman · 18 years ago
- e44fd82 [IPVS]: Reverse valid ip_vs_ftp ports fix: port check approach by Simon Horman · 18 years ago
- a61ced5 [IPV4]: inet_select_addr() annotations by Al Viro · 18 years ago
- 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
- b552216 [IPVS]: remove the debug option go ip_vs_ftp by Simon Horman · 18 years ago
- 3f5af5b [IPVS]: Make sure ip_vs_ftp ports are valid by Simon Horman · 18 years ago
- 70e76b7 [IPVS]: auto-help for ip_vs_ftp by Simon Horman · 18 years ago
- 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
- 14cc3e2 [PATCH] sem2mutex: misc static one-file mutexes by Ingo Molnar · 19 years ago
- 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 19 years ago
- 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
- 76ab608 [NET]: Endian-annotate struct iphdr by Alexey Dobriyan · 19 years ago
- e924283 [IPVS]: Another file needs linux/interrupt.h by Andrew Morton · 19 years ago
- abbcc73 [NETFILTER]: Remove okfn usage in ip_vs_core.c by Patrick McHardy · 19 years ago
- 4ffd2e4 [IPVS]: Fix compilation by Adrian Bunk · 19 years ago
- f190055 [IPVS]: Add missing include <linux/net.h> by Arnaldo Carvalho de Melo · 19 years ago
- 4b5bdf5 [IPVS]: Cleanup IP_VS_DBG statements. by Roberto Nibali · 19 years ago
- 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
- f1f71e0 [IPVS]: remove dead code by Roberto Nibali · 19 years ago
- 9b5b5cf [NET]: Add const markers to various variables. by Arjan van de Ven · 19 years ago
- a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
- dc8103f [IPVS]: fix connection leak if expire_nodest_conn=1 by Julian Anastasov · 19 years ago
- dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
- 8eea00a [IPVS]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
- 87375ab [IPVS]: ip_vs_ftp breaks connections using persistence by Julian Anastasov · 19 years ago
- f5e229d [IPVS]: Really invalidate persistent templates by Julian Anastasov · 19 years ago
- ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
- bf0ff9e [IPVS]: ipv4_table --> ipvs_ipv4_table by David S. Miller · 19 years ago
- ba602a8 [IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}() by David S. Miller · 19 years ago
- c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
- 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
- 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
- af9debd [IPVS]: Add and reorder bh locks after moving to keventd. by Julian Anastasov · 19 years ago
- fb3d894 [IPVS]: Close race conditions on ip_vs_conn_tab list modification by Neil Horman · 19 years ago
- 4da62fc [IPVS]: Fix for overflows by pageexec · 19 years ago
- 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago
- 64a6c7a [IPVS]: remove net/ipv4/ipvs/ip_vs_proto_icmp.c by Adrian Bunk · 19 years ago
- d9fa0f3 [IP_VS]: Remove extra __ip_vs_conn_put() for incoming ICMP. by Julian Anastasov · 20 years ago