summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal2016-05-051-5/+19
* netfilter: conntrack: use nf_ct_key_equal() in more placesFlorian Westphal2016-05-051-18/+11
* netfilter: conntrack: don't attempt to iterate over empty tableFlorian Westphal2016-05-051-0/+3
* netfilter: conntrack: fix lookup race during hash resizeFlorian Westphal2016-05-051-5/+19
* netfilter: conntrack: keep BH enabled during lookupFlorian Westphal2016-05-051-17/+8
* netfilter: nftables: add connlabel set supportFlorian Westphal2016-05-051-0/+30
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-293-6/+12
* Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-04-255-5/+243
|\
| * ipvs: don't alter conntrack in OPS modeMarco Angaroni2016-04-202-1/+6
| * ipvs: optimize release of connections in OPS modeMarco Angaroni2016-04-201-3/+23
| * ipvs: handle connections started by real-serversMarco Angaroni2016-04-203-1/+214
* | netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur...Liping Zhang2016-04-251-1/+1
* | netfilter: nf_ct_helper: disable automatic helper assignmentPablo Neira Ayuso2016-04-251-2/+2
* | netfilter: nft_rbtree: allow adjacent intervals with dynamic updatesPablo Neira Ayuso2016-04-251-5/+35
* | netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helperPablo Neira Ayuso2016-04-251-3/+6
* | netfilter: nf_tables: parse element flags from nft_del_setelem()Pablo Neira Ayuso2016-04-251-5/+33
* | netfilter: nf_tables: introduce nft_setelem_parse_flags() helperPablo Neira Ayuso2016-04-251-12/+22
* | netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal2016-04-251-23/+3
* | netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal2016-04-252-6/+7
* | netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal2016-04-251-9/+11
* | tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-243-38/+32
* | tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan2016-04-241-2/+1
* | tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau2016-04-241-0/+2
* | tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau2016-04-241-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-2411-814/+578
|\ \
| * | netfilter: conntrack: don't acquire lock during seq_printfFlorian Westphal2016-04-192-14/+2
| |/
| * 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-184-6/+9
| * 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/+12
| * netfilter: ctnetlink: remove unnecessary inliningPablo Neira Ayuso2016-04-141-69/+48
| * netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-144-130/+89
| * netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-143-22/+0
| * netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-143-6/+0
| * netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-144-342/+83
| * netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-144-50/+25
| * netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-46/+36
| * netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
| * netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24
| * 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-144-8/+24
| * 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-144-3/+28
| * netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-04-141-0/+3
| * netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-143-35/+24
| * netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-144-32/+37
| * netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-143-0/+48
| * netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-143-3/+13
* | xfrm: align nlattr properly when neededNicolas Dichtel2016-04-231-4/+6
* | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-233-12/+16
OpenPOWER on IntegriCloud