aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-8/+7
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-07ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu1-7/+6
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen1-1/+1
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek1-4/+4
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2013-12-27ipvs: correct usage/allocation of seqadj ext in ipvsJesper Dangaard Brouer1-0/+6
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven1-1/+4
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+22
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-106/+94
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko2-61/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-3/+22
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-25/+72
2013-10-30net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann1-6/+33
2013-10-28net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann1-2/+7
2013-10-15ipvs: improved SH fallback strategyAlexander Frolkin1-10/+29
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov3-7/+3
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-21/+21
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar9-141/+119
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-5/+2
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-140/+118
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-09-18ipvs: stats should not depend on CPU 0Julian Anastasov1-1/+3
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCRJulian Anastasov1-30/+20
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCJulian Anastasov1-37/+31
2013-09-18ipvs: make the service replacement more robustJulian Anastasov2-53/+45
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby5-19/+19
2013-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-4/+10
2013-08-07ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann1-0/+6
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu1-4/+4
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-20/+3
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov2-0/+19
2013-06-26ipvs: SH fallback and L4 hashingAlexander Frolkin1-15/+85
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov1-0/+12
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov2-704/+157
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin3-14/+32
2013-06-26ipvs: provide iph to schedulersJulian Anastasov11-34/+32
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-06-19ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov1-1/+2
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches3-6/+6
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter1-0/+1
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-17/+10
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+36
2013-05-29ipvs: ip_vs_sh: fix buildJan Beulich1-1/+1