summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-247-117/+323
|\
| * netfilter: conntrack: don't acquire lock during seq_printfFlorian Westphal2016-04-192-14/+2Star
| * netfilter: ctnetlink: restore inlining for netlink message size calculationPablo Neira Ayuso2016-04-181-5/+5
| * netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-183-5/+8
| * netfilter: labels: don't emit ct event if labels were not changedFlorian Westphal2016-04-181-6/+10
| * netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal2016-04-182-19/+12Star
| * netfilter: ctnetlink: remove unnecessary inliningPablo Neira Ayuso2016-04-141-69/+48Star
| * netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-141-0/+74
| * netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-141-0/+8
| * netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-3/+2Star
| * netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal2016-04-141-5/+76
| * netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-141-2/+15
| * netfilter: x_tables: check standard target size tooFlorian Westphal2016-04-141-0/+15
| * netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+22
| * netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-04-141-0/+3
| * netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+34
* | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-248-26/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-0/+4
|\ \
| * | netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP optionsJozsef Kadlecsik2016-04-071-0/+4
* | | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-171-4/+2Star
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-133-7/+197
|\ \
| * | netfilter: conntrack: move expectation event helper to ecache.cFlorian Westphal2016-04-121-0/+30
| * | netfilter: conntrack: de-inline nf_conntrack_eventmask_reportFlorian Westphal2016-04-121-0/+54
| * | netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDRStephane Bryant2016-03-291-0/+47
| * | netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues to...Stephane Bryant2016-03-291-0/+58
| * | netfilter: nf_conntrack: Uses pr_fmt() for logging.Weongyo Jeong2016-03-281-7/+8
* | | Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller2016-04-081-2/+2
|\ \ \
| * | | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-2/+2
| | |/ | |/|
* / | tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-051-3/+3
|/ /
* | netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...Pablo Neira Ayuso2016-03-281-1/+6
* | netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-284-8/+31
|/
* netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire2016-03-151-4/+2Star
* netfilter: x_tables: check for size overflowFlorian Westphal2016-03-121-0/+3
* netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal2016-03-111-0/+6
* Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2016-03-113-12/+35
|\
| * ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni2016-03-071-1/+1
| * ipvs: allow rescheduling after RSTJulian Anastasov2016-03-071-0/+1
| * ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-071-9/+28
| * ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann2016-03-071-2/+2
| * netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull2016-02-291-0/+3
* | Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2016-03-104-31/+32
|\ \
| * | netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
| * | netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-086-55/+99
|\ \
| * | netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-021-11/+40
| * | netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-25/+40
| * | Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-03-022-17/+8Star
| |\ \
| | * | netfilter: ipvs: avoid unused variable warningsArnd Bergmann2016-02-182-15/+8Star
| | * | netfilter: ipvs: Remove noisy debug print from ip_vs_del_serviceYannick Brosseau2016-02-181-2/+0Star
| * | | netfilter: xt_osf: remove unused variableSudip Mukherjee2016-02-291-2/+0Star