summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-156-102/+86
* [IPVS]: Replace local version of skb_make_writableHerbert Xu2007-10-156-50/+16
* [IPV4]: Change ip_defrag to return an integerHerbert Xu2007-10-151-16/+10
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-18/+2
* [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman2007-10-101-1/+1
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-5/+5
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-104-10/+14
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [IPVS]: Use IP_VS_WAIT_WHILE when encessary.Heiko Carstens2007-08-131-1/+1
* [IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl2007-08-131-1/+0
* [IPVS]: Use skb_forward_csumHerbert Xu2007-07-311-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-103-3/+3
* [IPVS]: Fix state variable on failure to start ipvs threadsNeil Horman2007-06-181-2/+39
* [IPVS]: Use menuconfig objects.Jan Engelhardt2007-05-241-25/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* | unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-1/+1
* | ipvs: flush defense_work before module unloadOleg Nesterov2007-05-091-0/+1
|/
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-4/+2
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi...Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: More skb_put related skb_reset_transport_headerArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-2510-53/+51
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-254-17/+14
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-252-3/+4
* [SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo2007-04-251-1/+2
* [NET] IPV4: Use hton{s,l}() where appropriate.YOSHIFUJI Hideaki2007-04-253-21/+21
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-143-3/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-123-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-116-27/+27
|\
| * [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-106-27/+27
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
|/
* [IPVS]: Make ip_vs_sync.c <= 80col wide.Simon Horman2006-12-111-3/+6
* [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep()Simon Horman2006-12-111-4/+4
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-052-0/+2
|\
| * [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-042-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-055-28/+25
|\ \ | |/
| * [IPVS]: Use kmemdup where appropriateArnaldo Carvalho de Melo2006-12-022-9/+2
| * [NET]: ipvs checksum annotations.Al Viro2006-12-022-6/+6
| * [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro2006-12-021-3/+3
| * [NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro2006-12-021-1/+1
| * [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-021-1/+1
| * [IPVS]: Annotate ..._app_hashkey().Al Viro2006-12-022-6/+10
| * [NET]: Turn nfmark into generic markThomas Graf2006-12-022-2/+2
OpenPOWER on IntegriCloud