summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke2019-02-262-2/+47
| * | Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-02-261-5/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-0222-42/+142
|\ \ \
| * | | net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
| * | | ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-013-6/+16
| * | | sctp: chunk.c: correct format string for size_t in printkMatthias Maennich2019-02-281-1/+1
| * | | net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-02-281-3/+7
| * | | netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-272-2/+4
| * | | ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-271-4/+5
| * | | net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-02-272-4/+40
| * | | tipc: fix race condition causing hung sendtoTung Nguyen2019-02-261-1/+5