summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-13/+18
|\
| * proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-2/+1
| * xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro2013-04-291-3/+11
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-093-8/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0176-5286/+5835
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-5/+1
| |\ \
| | * | ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-04-291-5/+1
| * | | sctp: Correct type and usage of sctp_end_cksum()Simon Horman2013-04-291-3/+2
| * | | netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixupFlorian Westphal2013-04-291-2/+3
| * | | netfilter: nfnetlink_queue: add skb info attributeFlorian Westphal2013-04-291-0/+16
| * | | netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-292-104/+146
| * | | netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal2013-04-291-21/+28
| * | | netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-293-3/+77
| * | | netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik2013-04-291-6/+67
| * | | netfilter: ipset: The hash types with counter supportJozsef Kadlecsik2013-04-298-19/+381
| * | | netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik2013-04-294-15/+186
| * | | netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-0/+10
| * | | netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik2013-04-291-246/+301
| * | | netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik2013-04-297-1865/+610
| * | | netfilter: ipset: Unified hash type generationJozsef Kadlecsik2013-04-291-0/+1039
| * | | netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-293-958/+316
| * | | netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik2013-04-291-0/+265
| * | | netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-292-23/+25
| * | | netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-295-45/+0
| * | | netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik2013-04-294-24/+32
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-259-49/+58
| |\ \ \
| | * | | netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter2013-04-251-0/+1
| | * | | ipvs: Use network byte order for sync message sizeSimon Horman2013-04-231-13/+8
| | * | | ipvs: off by one in set_sctp_state()Dan Carpenter2013-04-231-1/+1
| | * | | ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman2013-04-231-1/+2
| | * | | ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman2013-04-231-2/+2
| | * | | ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-232-17/+26
| | * | | ipvs: fix sparse warnings in lblc and lblcrJulian Anastasov2013-04-232-2/+2
| | * | | ipvs: fix the remaining sparse warnings in ip_vs_ctl.cJulian Anastasov2013-04-231-4/+6
| | * | | ipvs: fix sparse warnings for ip_vs_conn listingJulian Anastasov2013-04-231-8/+6
| | * | | ipvs: properly dereference dest_dst in ip_vs_forget_devJulian Anastasov2013-04-231-1/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-228-45/+97
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-1927-8/+43
| |\ \ \
| | * | | netfilter: add my copyright statementsPatrick McHardy2013-04-1826-4/+38
| | * | | netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy2013-04-081-4/+5
| * | | | nfnetlink: add support for memory mapped netlinkPatrick McHardy2013-04-193-5/+15
| * | | | netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-193-14/+15
| * | | | netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-1/+1
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-072-0/+3
| |\ \ \
| * \ \ \ Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-0735-1841/+2014
| |\ \ \ \
| | * | | | netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso2013-04-051-12/+4
| | * | | | netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queueGao feng2013-04-051-60/+113
| | * | | | netfilter: enable per netns support for nf_loggersGao feng2013-04-051-21/+0
| | * | | | netfilter: nfnetlink_log: add net namespace support for nfnetlink_logGao feng2013-04-051-60/+117
| | * | | | netfilter: xt_LOG: add net namespace support for xt_LOGGao feng2013-04-051-3/+49