summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: Update reporter state to error even if recover abortedEran Ben Elisha2019-03-041-1/+4
* sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-041-0/+1
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-7/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-042-9/+61
|\
| * bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-021-0/+28
| * bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorStanislav Fomichev2019-02-251-6/+20
| * bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer2019-02-191-3/+13
* | tls: Fix tls_device receiveBoris Pismenny2019-03-031-11/+14
* | tls: Fix mixing between async capable and asyncEran Ben Elisha2019-03-031-6/+9
* | tls: Fix write space handlingBoris Pismenny2019-03-033-9/+36
* | tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-032-17/+5
* | net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2019-03-032-0/+16
* | net: fixup address-space warnings in compat_mc_{get,set}sockopt()Ben Dooks2019-03-031-4/+4
* | net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid()Florian Fainelli2019-03-031-3/+6
* | sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen2019-03-031-38/+23
* | sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant2019-03-031-7/+27
* | sch_cake: Make the dual modes fairerGeorge Amanakis2019-03-031-29/+63
* | net: dsa: add KSZ9893 switch tagging supportTristram Ha2019-03-033-0/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-03-0247-2267/+1695
|\ \
| * | netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-019-194/+111
| * | netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-018-214/+168
| * | netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-018-195/+143
| * | netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen2019-03-011-10/+4
| * | netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2Li RongQing2019-03-011-0/+1
| * | netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing2019-03-011-6/+8
| * | netfilter: bridge: Don't sabotage nf_hook calls for an l3mdev slaveDavid Ahern2019-03-011-1/+2
| * | ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long2019-03-011-5/+2
| * | netfilter: convert the proto argument from u8 to u16Li RongQing2019-03-012-5/+5
| * | netfilter: nft_tunnel: Add dst_cache supportwenxu2019-03-011-0/+7
| * | netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal2019-03-011-10/+40
| * | ipvs: change some data types from int to boolAndrea Claudi2019-03-015-18/+18
| * | netfilter: nft_set_hash: remove nft_hash_key()Pablo Neira Ayuso2019-02-271-11/+2
| * | netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso2019-02-271-1/+1
| * | netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso2019-02-271-4/+19
| * | netfilter: remove unneeded switch fall-throughLi RongQing2019-02-272-2/+1
| * | netfilter: conntrack: avoid same-timeout updateFlorian Westphal2019-02-271-5/+4
| * | netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-2712-40/+21
| * | netfilter: nat: remove l3proto structFlorian Westphal2019-02-272-92/+0
| * | netfilter: nat: remove csum_recalc hookFlorian Westphal2019-02-272-10/+24
| * | netfilter: nat: remove csum_update hookFlorian Westphal2019-02-271-33/+36
| * | netfilter: nat: remove l3 manip_pkt hookFlorian Westphal2019-02-272-19/+26
| * | netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal2019-02-272-10/+6
| * | netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-2711-736/+710
| * | netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-273-137/+123
| * | netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-278-277/+195
| * | netfilter: ebtables: remove BUGPRINT messagesFlorian Westphal2019-02-271-92/+39
| * | netfilter: nf_conntrack_amanda: add support for STATE streamsFlorian Tham2019-02-271-2/+7
| * | netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-02-272-227/+61
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-03-022-7/+50
|\ \ \