aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02net sched actions: add extack messages in pedit actionRoman Mashak1-4/+12
2018-07-02net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao1-2/+4
2018-07-02net-sysfs: Add interface for Rx queue(s) map per Tx queueAmritha Nambiar1-0/+83
2018-07-02net: Enable Tx queue selection based on Rx queuesAmritha Nambiar1-17/+45
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar2-0/+5
2018-07-02net: Use static_key for XPS mapsAmritha Nambiar1-6/+25
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2-74/+141
2018-06-30strparser: Call skb_unclone conditionallyVakul Garg1-11/+15
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller24-205/+1098
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna3-0/+38
2018-06-30tipc: Auto removal of peer down node instanceGhantaKrishnamurthy MohanKrishna1-11/+55
2018-06-30tipc: optimize function tipc_node_timeout()Tung Nguyen1-3/+5
2018-06-30tipc: eliminate buffer cloning in function tipc_msg_extract()Tung Nguyen1-20/+15
2018-06-30net/smc: add SMC-D diag supportHans Wippel1-0/+15
2018-06-30net/smc: add SMC-D support in af_smcHans Wippel3-19/+200
2018-06-30net/smc: add SMC-D support in data transferHans Wippel8-56/+308
2018-06-30net/smc: add SMC-D support in CLC messagesHans Wippel3-78/+205
2018-06-30net/smc: add pnetid support for SMC-D and ISMHans Wippel3-0/+45
2018-06-30net/smc: add base infrastructure for SMC-D and ISMHans Wippel7-92/+617
2018-06-30net/smc: optimize consumer cursor updatesUrsula Braun1-2/+10
2018-06-30net/smc: add pnetid supportUrsula Braun4-20/+112
2018-06-30net/smc: determine port attributes independent from pnet tableUrsula Braun4-68/+72
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao2-2/+7
2018-06-29net/sched: add tunnel option support to act_tunnel_keySimon Horman1-4/+210
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren4-2/+11
2018-06-29net/sched: act_tunnel_key: add extended ack supportSimon Horman1-6/+21
2018-06-29net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman1-1/+4
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long1-7/+55
2018-06-29mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2-45/+45
2018-06-29cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2-18/+18
2018-06-29mac80211: remove unnecessary NULL checkJohannes Berg1-2/+1
2018-06-29mac80211: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+3
2018-06-29cfg80211: track time using boottimeArnd Bergmann2-3/+3
2018-06-29ila: Flush netlink command to clear xlat tableTom Herbert3-2/+67
2018-06-29ila: Create main ila source fileTom Herbert5-147/+168
2018-06-29ila: Call library function alloc_bucket_locksTom Herbert1-18/+5
2018-06-29ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert1-16/+54
2018-06-28skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner1-1/+0
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner11-20/+42
2018-06-28net sched actions: avoid bitwise operation on signed value in peditRoman Mashak1-1/+1
2018-06-28net sched actions: fix misleading text strings in pedit actionRoman Mashak1-5/+5
2018-06-28net sched actions: use sizeof operator for buffer lengthRoman Mashak1-2/+2
2018-06-28net sched actions: fix sparse warningRoman Mashak1-3/+3
2018-06-28net sched actions: fix coding style in pedit actionRoman Mashak1-13/+16
2018-06-28netem: slotting with non-uniform distributionYousuk Seung1-24/+49
2018-06-28l2tp: define helper for parsing struct sockaddr_pppol2tp*Guillaume Nault1-70/+103
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet1-110/+113
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu1-1/+2
2018-06-27net/tls: Remove VLA usage on nonceKees Cook1-2/+8
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley1-8/+46