aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov12-15/+20
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov1-6/+29
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov1-25/+152
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2-12/+62
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov1-10/+43
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2-33/+84
2019-02-12net: sched: protect chain template accesses with block lockVlad Buslov1-16/+57
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2-26/+74
2019-02-12net: sched: protect block->chain0 with block->lockVlad Buslov1-3/+14
2019-02-12net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov1-11/+25
2019-02-12net: sched: protect chain->explicitly_created with block->lockVlad Buslov1-6/+13
2019-02-12net: sched: protect block state with mutexVlad Buslov1-13/+71
2019-02-12net/packet: fix 4gb buffer limit due to overflow checkKal Conley1-1/+1
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2-1/+10
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet1-0/+2
2019-02-12ipv6: propagate genlmsg_reply return codeLi RongQing1-3/+1
2019-02-12net/tls: Do not use async crypto for non-data recordsVakul Garg1-6/+12
2019-02-12devlink: use direct return of genlmsg_replyLi RongQing1-4/+1
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam1-5/+0
2019-02-12net/smc: check port_idx of ib eventKarsten Graul1-8/+16
2019-02-12net/smc: check connections in smc_lgr_free_workKarsten Graul1-4/+2
2019-02-12net/smc: reduce amount of status updates to peerKarsten Graul1-14/+8
2019-02-12net/smc: no delay for free tx buffer waitKarsten Graul1-1/+1
2019-02-12net/smc: move wake up of close waiterKarsten Graul2-2/+7
2019-02-12net/smc: reset cursor update required flagKarsten Graul2-4/+4
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-23/+52
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
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-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-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