summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna2018-06-303-0/+38
* tipc: Auto removal of peer down node instanceGhantaKrishnamurthy MohanKrishna2018-06-301-11/+55
* tipc: optimize function tipc_node_timeout()Tung Nguyen2018-06-301-3/+5
* tipc: eliminate buffer cloning in function tipc_msg_extract()Tung Nguyen2018-06-301-20/+15Star
* net/smc: add SMC-D diag supportHans Wippel2018-06-301-0/+15
* net/smc: add SMC-D support in af_smcHans Wippel2018-06-303-19/+200
* net/smc: add SMC-D support in data transferHans Wippel2018-06-308-56/+308
* net/smc: add SMC-D support in CLC messagesHans Wippel2018-06-303-78/+205
* net/smc: add pnetid support for SMC-D and ISMHans Wippel2018-06-303-0/+45
* net/smc: add base infrastructure for SMC-D and ISMHans Wippel2018-06-307-92/+617
* net/smc: optimize consumer cursor updatesUrsula Braun2018-06-301-2/+10
* net/smc: add pnetid supportUrsula Braun2018-06-304-20/+112
* net/smc: determine port attributes independent from pnet tableUrsula Braun2018-06-304-68/+72
* tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao2018-06-302-2/+7
* net/sched: add tunnel option support to act_tunnel_keySimon Horman2018-06-291-4/+210
* net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-294-2/+11
* net/sched: act_tunnel_key: add extended ack supportSimon Horman2018-06-291-6/+21
* net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman2018-06-291-1/+4
* sctp: add support for SCTP_REUSE_PORT sockoptXin Long2018-06-291-7/+55
* ila: Flush netlink command to clear xlat tableTom Herbert2018-06-293-2/+67
* ila: Create main ila source fileTom Herbert2018-06-295-147/+168
* ila: Call library function alloc_bucket_locksTom Herbert2018-06-291-18/+5Star
* ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert2018-06-291-16/+54
* skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner2018-06-281-1/+0Star
* netfilter: check if the socket netns is correct.Flavio Leitner2018-06-2811-20/+42
* net sched actions: avoid bitwise operation on signed value in peditRoman Mashak2018-06-281-1/+1
* net sched actions: fix misleading text strings in pedit actionRoman Mashak2018-06-281-5/+5
* net sched actions: use sizeof operator for buffer lengthRoman Mashak2018-06-281-2/+2
* net sched actions: fix sparse warningRoman Mashak2018-06-281-3/+3
* net sched actions: fix coding style in pedit actionRoman Mashak2018-06-281-13/+16
* netem: slotting with non-uniform distributionYousuk Seung2018-06-281-24/+49
* l2tp: define helper for parsing struct sockaddr_pppol2tp*Guillaume Nault2018-06-281-70/+103
* tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet2018-06-281-110/+113
* neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu2018-06-271-1/+2
* net/tls: Remove VLA usage on nonceKees Cook2018-06-271-2/+8
* net: sched: call reoffload op on block callback regJohn Hurley2018-06-261-8/+46
* net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+39
* net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+111
* net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+32
* net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+44
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-262-10/+17
* l2tp: make l2tp_xmit_core() return voidGuillaume Nault2018-06-261-4/+2Star
* l2tp: avoid duplicate l2tp_pernet() callsGuillaume Nault2018-06-261-2/+1Star
* l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault2018-06-262-3/+1Star
* l2tp: don't export l2tp_session_queue_purge()Guillaume Nault2018-06-262-3/+1Star
* l2tp: remove l2tp_tunnel_priv()Guillaume Nault2018-06-261-7/+0Star
* l2tp: remove .show from struct l2tp_tunnelGuillaume Nault2018-06-262-6/+0Star
* l2tp: remove pppol2tp_session_close()Guillaume Nault2018-06-261-7/+0Star
* tcp: add SNMP counter for zero-window dropsYafang Shao2018-06-262-2/+7
* net: Convert NAPI gro list into a small hash table.David Miller2018-06-261-26/+79