summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-0422-127/+205
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-0422-129/+190
| |\
| | * dccp: fix tasklet usageEric Dumazet2018-05-032-3/+13
| | * smc: fix sendpage() callStefan Raspl2018-05-031-2/+4
| | * net/smc: handle unregistered buffersKarsten Graul2018-05-033-5/+24
| | * net/smc: call consolidationKarsten Graul2018-05-031-20/+15
| | * tcp: restore autocorkingEric Dumazet2018-05-031-1/+1
| | * rds: do not leak kernel memory to user landEric Dumazet2018-05-031-0/+1
| | * ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-05-031-65/+53
| | * net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-021-12/+25
| | * ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel2018-05-021-0/+3
| | * net/smc: restrict non-blocking connect finishUrsula Braun2018-05-021-6/+8
| | * sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-021-1/+1
| | * sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-021-1/+1
| | * sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long2018-05-021-0/+6
| | * tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell2018-05-021-1/+3
| | * net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-021-0/+7
| | * ipv6: Allow non-gateway ECMP for IPv6Thomas Winter2018-05-011-3/+0
| | * ethtool: fix a potential missing-check bugWenwen Wang2018-05-011-0/+5
| | * tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-011-1/+1
| | * ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-011-1/+6
| | * bridge: check iface upper dev when setting master via ioctlHangbin Liu2018-04-301-2/+2
| | * net: support compat 64-bit time in {s,g}etsockoptLance Richardson2018-04-281-2/+4
| | * sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long2018-04-271-0/+2
| | * sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-04-271-0/+3
| | * tcp: ignore Fast Open on repair modeYuchung Cheng2018-04-271-1/+2
| | * tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy2018-04-271-1/+1
| * | Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-272-3/+18
| |\ \
| | * | libceph: validate con->state at the top of try_write()Ilya Dryomov2018-04-261-0/+7
| | * | libceph: reschedule a tick in finish_hunting()Ilya Dryomov2018-04-241-0/+1
| | * | libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov2018-04-241-3/+10
* | | | net: bridge: Notify about !added_by_user FDB entriesPetr Machata2018-05-034-26/+33
* | | | switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata2018-05-032-4/+11
* | | | net: bridge: avoid duplicate notification on up/down/change netdev eventsNikolay Aleksandrov2018-05-033-8/+17
* | | | ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() commentSun Lianwen2018-05-031-1/+1
* | | | net sched: Implemented get_fill_size routine for act_csum.Craig Dillabaugh2018-05-031-0/+6
* | | | net/smc: determine vlan_id of stacked net_deviceUrsula Braun2018-05-021-3/+23
* | | | net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun2018-05-021-3/+30
* | | | net/smc: ipv6 support for smc_diag.cKarsten Graul2018-05-021-9/+30
* | | | net/smc: periodic testlink supportKarsten Graul2018-05-026-3/+75
* | | | udp: Complement partial checksum for GSO packetSean Tranchetti2018-05-021-0/+1
* | | | tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh2018-05-021-4/+39
* | | | net: core: Inline netdev_features_size_check()Florian Fainelli2018-05-011-1/+2
* | | | udp: disable gso with no_check_txWillem de Bruijn2018-05-012-0/+8
* | | | cls_flower: Support multiple masks per priorityPaul Blakey2018-05-011-101/+174
* | | | sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner2018-05-011-84/+46
* | | | sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner2018-05-011-3/+9
* | | | net/tls: Add generic NIC offload infrastructureIlya Lesokhin2018-05-015-3/+1265
* | | | net/tls: Split conf to rx + txBoris Pismenny2018-05-012-111/+130
* | | | net: Add TLS TX offload featuresIlya Lesokhin2018-05-011-0/+1