summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-11net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-02-11devlink: Add WARN_ON to catch errors of not cleaning devlink objectsParav Pandit1-0/+8
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet1-4/+2
2019-02-11net: dsa: microchip: add switch offload forwarding supportTristram Ha1-0/+2
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen1-1/+1
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal2-0/+2
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn1-1/+6
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg1-11/+24
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg1-0/+1
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld1-1/+1
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen17-18/+18
2019-02-10net: Move all TC actions identifiers to one placeEli Cohen1-2/+0
2019-02-09net/tls: Disable async decrytion for tls1.3Vakul Garg1-2/+6
2019-02-09batman-adv: Trigger genl notification on sysfs config changeSven Eckelmann3-16/+63
2019-02-09batman-adv: Add throughput_override hardif genl configurationSven Eckelmann1-0/+12
2019-02-09batman-adv: Add elp_interval hardif genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add orig_interval mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add network_coding mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add multicast forceflood mesh genl configurationSven Eckelmann1-0/+15
2019-02-09batman-adv: Add log_level mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add hop_penalty mesh genl configurationSven Eckelmann1-0/+11
2019-02-09batman-adv: Add gateway mesh genl configurationSven Eckelmann6-8/+95
2019-02-09batman-adv: Add fragmentation mesh genl configurationSven Eckelmann1-0/+12
2019-02-09batman-adv: Add distributed_arp_table mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add bridge_loop_avoidance mesh genl configurationSven Eckelmann1-0/+17
2019-02-09batman-adv: Add bonding mesh genl configurationSven Eckelmann1-0/+11
2019-02-09batman-adv: Add ap_isolation mesh/vlan genl configurationSven Eckelmann1-0/+89
2019-02-09batman-adv: Add aggregated_ogms mesh genl configurationSven Eckelmann1-0/+12
2019-02-09batman-adv: Prepare framework for vlan genl configSven Eckelmann1-2/+189
2019-02-09batman-adv: Prepare framework for hardif genl configSven Eckelmann1-21/+219
2019-02-09batman-adv: Prepare framework for mesh genl configSven Eckelmann1-62/+98
2019-02-09batman-adv: Move common genl doit code pre/post hooksSven Eckelmann1-43/+100
2019-02-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor1-11/+9
2019-02-08net: dsa: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2019-02-08mpls_iptunnel: use struct_size() helperGustavo A. R. Silva1-2/+2
2019-02-08net/sched: use struct_size() helperGustavo A. R. Silva1-1/+1
2019-02-08bridge: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-02-08vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-08devlink: publish params only after driver init is doneJiri Pirko1-1/+47
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller50-252/+576
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-240/+474
2019-02-07net/smc: original socket family in inet_sock_diagKarsten Graul1-2/+1
2019-02-07net/smc: move code to clear the conn->lgr fieldKarsten Graul1-2/+3
2019-02-07net/smc: use client and server LGR pending locks for SMC-RHans Wippel1-16/+28