summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: remove extra rcu lockJulian Anastasov2013-03-191-2/+0
* ipvs: add backup_only flag to avoid loopsJulian Anastasov2013-03-192-4/+15
* ipvs: fix sctp chunk length orderJulian Anastasov2013-03-191-7/+9
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-17/+9
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-183-6/+6
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-183-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-122-18/+19
|\
| * ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann2013-02-061-18/+17
| * ipvs: freeing uninitialized pointer on errorDan Carpenter2013-01-281-0/+2
* | net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-11-301-2/+2
|\
* | netfilter: Remove the spurious \ in __ip_vs_lblc_initEric W. Biederman2012-11-191-1/+1
* | net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-181-2/+2
* | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-183-1/+14
* | ipvs: remove silly double assignmentAlan Cox2012-10-282-5/+5
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-10-2615-308/+357
|\ \
| * | ipvs: SIP fragment handlingJesper Dangaard Brouer2012-09-281-4/+12
| * | ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-287-188/+133
| * | ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer2012-09-284-35/+126
| * | ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-2811-142/+151
| * | ipvs: IPv6 extend ICMPv6 handling for future typesJesper Dangaard Brouer2012-09-281-6/+2
| * | ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer2012-09-284-10/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso2012-10-171-1/+5
|\ \ \ | | |/ | |/|
| * | ipvs: fix ARP resolving for direct routing modeJulian Anastasov2012-10-081-1/+5
| |/
* | ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann2012-10-091-1/+2
|/
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-131-2/+1
|\
| * ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun2012-09-101-2/+1
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-031-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-1/+3
| |\
| | * ipvs: fix error return codeJulia Lawall2012-08-301-1/+3
* | | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-0/+1
* | | netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-1/+8
* | | ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
|/ /
* | Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-226-66/+191
|\ \ | |/ |/|
| * ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-102-3/+11
| * ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2012-08-102-27/+128
| * ipvs: fixed sparse warningClaudiu Ghioc2012-08-101-4/+4
| * ipvs: generalize app registration in netnsJulian Anastasov2012-08-102-32/+47
| * ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov2012-08-101-1/+2
* | ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-08-151-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-2/+3
|\
| * ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-07-171-2/+3
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-051-7/+7
|\ \ | |/
| * netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet2012-06-251-7/+7
* | Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-06-111-12/+12
|\ \
| * | netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy2012-06-071-12/+12
| |/
* | net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-2/+2
|/
* ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
OpenPOWER on IntegriCloud