summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek-4/+4
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2013-12-27ipvs: correct usage/allocation of seqadj ext in ipvsJesper Dangaard Brouer-0/+6
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven-1/+4
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher-2/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+22
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-106/+94
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko-61/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz-3/+22
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-25/+72
2013-10-30net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann-6/+33
2013-10-28net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann-2/+7
2013-10-15ipvs: improved SH fallback strategyAlexander Frolkin-10/+29
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov-7/+3
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy-21/+21
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar-141/+119
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra-5/+2
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-140/+118
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka-1/+1
2013-09-18ipvs: stats should not depend on CPU 0Julian Anastasov-1/+3
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCRJulian Anastasov-30/+20
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCJulian Anastasov-37/+31
2013-09-18ipvs: make the service replacement more robustJulian Anastasov-53/+45
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby-19/+19
2013-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-4/+10
2013-08-07ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann-0/+6
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu-4/+4
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer-20/+3
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov-0/+19
2013-06-26ipvs: SH fallback and L4 hashingAlexander Frolkin-15/+85
2013-06-26ipvs: drop SCTP connections depending on stateJulian Anastasov-0/+12
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov-704/+157
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin-14/+32
2013-06-26ipvs: provide iph to schedulersJulian Anastasov-34/+32
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2013-06-19ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov-1/+2
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches-6/+6
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter-0/+1
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-17/+10
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+36
2013-05-29ipvs: ip_vs_sh: fix buildJan Beulich-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-2/+2
2013-05-27ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba-0/+35
2013-05-26ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei-2/+2
2013-05-23ipvs: use cond_resched_rcu() helper when walking connectionsSimon Horman-15/+8