summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: make TCP_INFO more consistentEric Dumazet2017-01-091-4/+4
* bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-091-20/+20
* smc: netlink interface for SMC socketsUrsula Braun2017-01-096-1/+270
* smc: socket closing and linkgroup cleanupUrsula Braun2017-01-0911-36/+668
* smc: receive data from RMBEUrsula Braun2017-01-099-3/+304
* smc: send data (through RDMA)Ursula Braun2017-01-096-4/+491
* smc: connection data control (CDC)Ursula Braun2017-01-098-0/+641
* smc: link layer control (LLC)Ursula Braun2017-01-097-3/+330
* smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun2017-01-098-9/+374
* smc: work request (WR) base for use by LLC and CDCUrsula Braun2017-01-098-1/+790
* smc: remote memory buffers (RMBs)Ursula Braun2017-01-097-7/+342
* smc: connection and link group creationUrsula Braun2017-01-097-17/+605
* smc: CLC handshake (incl. preparation steps)Ursula Braun2017-01-095-32/+822
* smc: establish pnet table managementThomas Richter2017-01-095-3/+569
* smc: introduce SMC as an IB-clientUrsula Braun2017-01-095-1/+200
* smc: establish new socket familyUrsula Braun2017-01-097-3/+675
* net: introduce keepalive function in struct protoUrsula Braun2017-01-094-5/+5
* net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2017-01-092-22/+37
* net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2017-01-092-38/+82
* Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer2017-01-091-23/+17
* Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-01-093-1/+11
|\
| * rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-093-1/+11
* | net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-092-6/+6
* | net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-091-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-099-48/+68
|\ \
| * | netlabel: add CALIPSO to the list of built-in protocolsPaul Moore2017-01-061-4/+1
| * | Merge tag 'mac80211-for-davem-2017-01-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-01-061-9/+7
| |\ \
| | * | nl80211: fix sched scan netlink socket owner destructionJohannes Berg2017-01-051-9/+7
| * | | vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-01-061-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-056-34/+59
| |\ \ \
| | * | | bridge: netfilter: Fix dropping packets that moving through bridge interfaceArtur Molchanov2016-12-301-1/+1
| | * | | netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long2016-12-231-11/+23
| | * | | netfilter: nft_payload: mangle ckecksum if NFT_PAYLOAD_L4CSUM_PSEUDOHDR is setPablo Neira Ayuso2016-12-141-8/+19
| | * | | netfilter: nf_tables: fix oob accessFlorian Westphal2016-12-141-1/+1
| | * | | netfilter: nft_queue: use raw_smp_processor_id()Pablo Neira Ayuso2016-12-141-1/+1
| | * | | netfilter: nft_quota: reset quota after dumpPablo Neira Ayuso2016-12-141-12/+14
* | | | | net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti2017-01-091-0/+30
* | | | | net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti2017-01-091-0/+1
* | | | | cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise2017-01-091-1/+0
* | | | | syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-092-38/+24
* | | | | secure_seq: use SipHash in place of MD5Jason A. Donenfeld2017-01-091-82/+63
* | | | | net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern2017-01-091-2/+0
* | | | | net: change init_inodecache() return voidyuan linyu2017-01-091-4/+2
| |_|_|/ |/| | |
* | | | net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-082-3/+5
* | | | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-082-11/+9
* | | | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-086-22/+13
* | | | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-082-14/+7
* | | | net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-081-1/+2
* | | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-087-24/+12
* | | | net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern2017-01-081-2/+1