aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-11net: netcp: correct netcp_get_stats function signatureKeerthy1-3/+1
2017-01-11Merge branch 'dsa-phys_port_name'David S. Miller1-5/+5
2017-01-11Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli1-10/+0
2017-01-11net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli1-0/+10
2017-01-11net: dsa: make "label" property optional for dsa2Vivien Didelot2-32/+12
2017-01-10packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3Sowmini Varadhan1-2/+1
2017-01-10bpf: Make unnecessarily global functions staticTobias Klauser1-7/+10
2017-01-10bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser1-2/+1
2017-01-10ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar2-1/+13
2017-01-10liquidio: store the L4 hash of rx packets in skbPrasad Kanneganti3-3/+33
2017-01-10Merge branch 'sfc-physical-port-ids'David S. Miller7-37/+42
2017-01-10sfc: stop setting dev_portBert Kenward1-2/+0
2017-01-10sfc: implement ndo_get_phys_port_nameBert Kenward1-0/+11
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward7-35/+31
2017-01-10net: qcom/emac: add ethtool supportTimur Tabi4-21/+221
2017-01-09net: dsa: select NET_SWITCHDEVVivien Didelot1-2/+3
2017-01-09Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller17-516/+672
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet1-4/+4
2017-01-09Merge branch 'bpf-verifier-improvements'David S. Miller6-104/+1131
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov5-52/+52
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello2-10/+474
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello2-5/+62
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello2-2/+498
2017-01-09bpf: split check_mem_access logic for map valuesGianluca Borello1-39/+49
2017-01-09Merge branch 'net-smc'David S. Miller38-9/+7127
2017-01-09smc: netlink interface for SMC socketsUrsula Braun10-1/+379
2017-01-09smc: socket closing and linkgroup cleanupUrsula Braun11-36/+668
2017-01-09smc: receive data from RMBEUrsula Braun9-3/+304
2017-01-09smc: send data (through RDMA)Ursula Braun6-4/+491
2017-01-09smc: connection data control (CDC)Ursula Braun8-0/+641
2017-01-09smc: link layer control (LLC)Ursula Braun7-3/+330
2017-01-09smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun8-9/+374
2017-01-09smc: work request (WR) base for use by LLC and CDCUrsula Braun8-1/+790
2017-01-09smc: remote memory buffers (RMBs)Ursula Braun7-7/+342
2017-01-09smc: connection and link group creationUrsula Braun7-17/+605
2017-01-09smc: CLC handshake (incl. preparation steps)Ursula Braun5-32/+822
2017-01-09smc: establish pnet table managementThomas Richter6-3/+604
2017-01-09smc: introduce SMC as an IB-clientUrsula Braun5-1/+200
2017-01-09smc: establish new socket familyUrsula Braun9-4/+688
2017-01-09net: introduce keepalive function in struct protoUrsula Braun5-5/+6
2017-01-09Merge branch 'sh_eth-wol'David S. Miller2-11/+117
2017-01-09sh_eth: enable wake-on-lan for sh7763Niklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for sh7734Niklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for r8a7740/armadilloNiklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for R-Car Gen2 devicesNiklas Söderlund1-2/+4
2017-01-09sh_eth: add generic wake-on-lan support via magic packetNiklas Söderlund2-8/+109
2017-01-09sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund1-1/+1
2017-01-09Merge branch 'icmp-reply-optimize'David S. Miller2-70/+123
2017-01-09net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2-22/+37
2017-01-09net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2-38/+82