summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov
2019-02-12net: sched: protect chain template accesses with block lockVlad Buslov
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov
2019-02-12net: sched: protect block->chain0 with block->lockVlad Buslov
2019-02-12net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov
2019-02-12net: sched: protect chain->explicitly_created with block->lockVlad Buslov
2019-02-12net: sched: protect block state with mutexVlad Buslov
2019-02-12net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet
2019-02-12ipv6: propagate genlmsg_reply return codeLi RongQing
2019-02-12net/tls: Do not use async crypto for non-data recordsVakul Garg
2019-02-12devlink: use direct return of genlmsg_replyLi RongQing
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam
2019-02-12net/smc: check port_idx of ib eventKarsten Graul
2019-02-12net/smc: check connections in smc_lgr_free_workKarsten Graul
2019-02-12net/smc: reduce amount of status updates to peerKarsten Graul
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul
2019-02-12net/smc: move wake up of close waiterKarsten Graul
2019-02-12net/smc: reset cursor update required flagKarsten Graul
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2019-02-12netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang
2019-02-11tipc: fix link session and re-establish issuesTuong Lien
2019-02-11devlink: don't allocate attrs on the stackJakub Kicinski
2019-02-11devlink: fix condition for compat device infoJakub Kicinski
2019-02-11net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le
2019-02-12netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva
2019-02-12netfilter: conntrack: fix indentation issueColin Ian King
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri
2019-02-11devlink: Add WARN_ON to catch errors of not cleaning devlink objectsParav Pandit
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet
2019-02-11net: dsa: microchip: add switch offload forwarding supportTristram Ha
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau
2019-02-10bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau
2019-02-10bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau