aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-12netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrack_confirmChieh-Min Wang1-3/+11
2019-02-11tipc: fix link session and re-establish issuesTuong Lien3-5/+43
2019-02-11devlink: don't allocate attrs on the stackJakub Kicinski1-4/+10
2019-02-11devlink: fix condition for compat device infoJakub Kicinski1-1/+1
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: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-3/+1
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-02-12netfilter: conntrack: fix indentation issueColin Ian King1-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-11xsk: share the mmap_sem for page pinningDavidlohr Bueso1-4/+4
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-10xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson1-0/+4
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn1-8/+4
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau1-0/+79
2019-02-10bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau1-160/+127
2019-02-10bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau1-22/+77
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau1-0/+42
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